Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists Namespace > PriceListDetails Class > PriceListDetails Properties > PriceType Property 

Drukuj

.NET Framework Class Library

PriceListDetails.PriceType Property

Typ ceny sprzedaży.

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

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

PriceListDetails Class

PriceListDetails Members

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