Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace > Contractor Class > Contractor Properties > PriceType Property 

Drukuj

.NET Framework Class Library

Contractor.PriceType Property

Domyślny typ cen kontrahenta. Odpowiednik pola [typCeny] z obiektu BKontrahent.

Namespace: Sage.PL.WebAPI.Interface.Contractors.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Contractors (in Sage.PL.WebAPI.Interface.Contractors.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

Contractor Class

Contractor Members

Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace