Symfonia.WebAPI.Interface.OSS.ViewModels.Orders Namespace > OssOrder Class > OssOrder Properties > SalePriceType Property 

Drukuj

.NET Framework Class Library

OssOrder.SalePriceType Property

Typ ceny dla dokumentu. Pole jest wymagane.

Namespace: Symfonia.WebAPI.Interface.OSS.ViewModels.Orders

Assembly:  Symfonia.WebAPI.Interface.OSS (in Symfonia.WebAPI.Interface.OSS.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

OssOrder Class

OssOrder Members

Symfonia.WebAPI.Interface.OSS.ViewModels.Orders Namespace