Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceCalculationProduct Class > PriceCalculationProduct Properties > Quantity Property 

Drukuj

.NET Framework Class Library

PriceCalculationProduct.Quantity Property

Ilość towaru w jednostce ewidencyjnej. Pole jest wymagane.

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

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

C#

public decimal Quantity { getset; }

Visual C++

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

JavaScript

function get_quantity();
function set_quantity(value);

See Also

PriceCalculationProduct Class

PriceCalculationProduct Members

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