Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductSalePriceBase Class > ProductSalePriceBase Properties > Kind Property 

Drukuj

.NET Framework Class Library

ProductSalePriceBase.Kind Property

Rodzaj ceny sprzedaży. Odpowiednik pola [typCeny] z obiektu BCnTw.

Pole tylko do odczytu.

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 Property Kind As enumPriceKind
 Get
 Set

C#

public enumPriceKind Kind { getset; }

Visual C++

public:
property enumPriceKind Kind {
 enumPriceKind get ();
 void set (enumPriceKind value);
}

JavaScript

function get_kind();
function set_kind(value);

See Also

ProductSalePriceBase Class

ProductSalePriceBase Members

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