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

Drukuj

.NET Framework Class Library

PriceFactorCriteria.PriceType Property

Typ ceny sprzedaży dla której wyszukane mają zostać współczynniki.

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 enumSalePriceType
 Get
 Set

C#

public enumSalePriceType PriceType { getset; }

Visual C++

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

JavaScript

function get_priceType();
function set_priceType(value);

See Also

PriceFactorCriteria Class

PriceFactorCriteria Members

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