Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductPrice Class

Drukuj

.NET Framework Class Library

ProductPrice Class

Klasa reprezentująca informacje o cenie towaru. Klasa wzorowana na obiekcie BCnTw.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.Prices

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Class ProductPrice _
 Implements IValidatableObject

C#

public class ProductPrice : IValidatableObject

Visual C++

public ref class ProductPrice : IValidatableObject

JavaScript

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductPrice = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductPrice',
 null,
 IValidatableObject);

Remarks

Dane pobierane są z obiektu BCnTw.

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductPrice

  Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductBasePrice

  Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductSalePriceBase

See Also

ProductPrice Members

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace