Symfonia.WebAPI.Interface.OSS.ViewModels.Sales Namespace > OssDomesticSaleDocument Class > OssDomesticSaleDocument Properties > SalePriceType Property 

Drukuj

.NET Framework Class Library

OssDomesticSaleDocument.SalePriceType Property

Typ ceny dla dokumentu. Pole jest wymagane.

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

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

OssDomesticSaleDocument Class

OssDomesticSaleDocument Members

Symfonia.WebAPI.Interface.OSS.ViewModels.Sales Namespace