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

Drukuj

.NET Framework Class Library

ProductSalePriceBase.PriceParameter Property

Parametr ceny sprzedaży, od którego zależy czy wykorzystana zostanie wartość narzutu lub marży. Odpowiednik pola [typParam] z obiektu 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 Property PriceParameter As enumPriceParameter
 Get
 Set

C#

public enumPriceParameter PriceParameter { getset; }

Visual C++

public:
property enumPriceParameter PriceParameter {
 enumPriceParameter get ();
 void set (enumPriceParameter value);
}

JavaScript

function get_priceParameter();
function set_priceParameter(value);

See Also

ProductSalePriceBase Class

ProductSalePriceBase Members

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