Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductIntrastat Class > ProductIntrastat Properties > RatioOfComplementaryUM Property 

Drukuj

.NET Framework Class Library

ProductIntrastat.RatioOfComplementaryUM Property

Przelicznik jednostki uzupełniającej. Odpowiednik pola [przejJednUz] z obiektu BTowar.

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

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 RatioOfComplementaryUM As Decimal
 Get
 Set

C#

public decimal RatioOfComplementaryUM { getset; }

Visual C++

public:
property Decimal RatioOfComplementaryUM {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_ratioOfComplementaryUM();
function set_ratioOfComplementaryUM(value);

See Also

ProductIntrastat Class

ProductIntrastat Members

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