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

Drukuj

.NET Framework Class Library

ProductIntrastat.RatioOfWeight Property

Przelicznik masy. Odpowiednik pola [przelMasa] 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 RatioOfWeight As Decimal
 Get
 Set

C#

public decimal RatioOfWeight { getset; }

Visual C++

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

JavaScript

function get_ratioOfWeight();
function set_ratioOfWeight(value);

See Also

ProductIntrastat Class

ProductIntrastat Members

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