Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceCalculation Class > PriceCalculation Properties > PriceType Property 

Drukuj

.NET Framework Class Library

PriceCalculation.PriceType Property

Typ ceny sprzedaży. Pole jest wymagane.

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

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

PriceCalculation Class

PriceCalculation Members

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