Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductPricesEdit Class > ProductPricesEdit Properties > CalcDuty Property 

Drukuj

.NET Framework Class Library

ProductPricesEdit.CalcDuty Property

Część składowa 'cło' ceny zakupu w walucie. Obiekt, który jest odpowiednikiem pola [kalkClo] z obiektu BTowar.

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 CalcDuty As ProductPrice
 Get
 Set

C#

public ProductPrice CalcDuty { getset; }

Visual C++

public:
property ProductPriceCalcDuty {
 ProductPriceget ();
 void set (ProductPricevalue);
}

JavaScript

function get_calcDuty();
function set_calcDuty(value);

See Also

ProductPricesEdit Class

ProductPricesEdit Members

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