Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > PriceFactor Class > PriceFactor Properties > PriceType Property 

Drukuj

.NET Framework Class Library

PriceFactor.PriceType Property

Typ ceny.

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 PriceType As enumPriceType
 Get
 Set

C#

public enumPriceType PriceType { getset; }

Visual C++

public:
property enumPriceType PriceType {
 enumPriceType get ();
 void set (enumPriceType value);
}

JavaScript

function get_priceType();
function set_priceType(value);

See Also

PriceFactor Class

PriceFactor Members

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