Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > QuantitativeDiscount Class > QuantitativeDiscount Properties > QuantityTo Property 

Drukuj

.NET Framework Class Library

QuantitativeDiscount.QuantityTo Property

Ilość do obowiązywania upustu ilościowego.

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 QuantityTo As Nullable(Of Decimal)
 Get
 Set

C#

public Nullable<decimalQuantityTo { getset; }

Visual C++

public:
property Nullable<DecimalQuantityTo {
 Nullable<Decimalget ();
 void set (Nullable<Decimalvalue);
}

JavaScript

function get_quantityTo();
function set_quantityTo(value);

See Also

QuantitativeDiscount Class

QuantitativeDiscount Members

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