Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceOrder Class > PriceOrder Properties > SalePriceType Property 

Drukuj

.NET Framework Class Library

PriceOrder.SalePriceType Property

Typ ceny dla dokumentu. Odpowiednik pola [typCeny] z importu specjalnego. 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 SalePriceType As enumSalePriceType
 Get
 Set

C#

public enumSalePriceType SalePriceType { getset; }

Visual C++

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

JavaScript

function get_salePriceType();
function set_salePriceType(value);

See Also

PriceOrder Class

PriceOrder Members

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