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

Drukuj

.NET Framework Class Library

QuantitativeDiscount.Type Property

Typ 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 Type As enumPriceFactorType
 Get
 Set

C#

public enumPriceFactorType Type { getset; }

Visual C++

public:
property enumPriceFactorType Type {
 enumPriceFactorType get ();
 void set (enumPriceFactorType value);
}

JavaScript

function get_type();
function set_type(value);

See Also

QuantitativeDiscount Class

QuantitativeDiscount Members

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