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

Drukuj

.NET Framework Class Library

Contractor.PriceNegotiation Property

Flaga oznaczająca, czy podczas wystawiania dokumentów sprzedaży można modyfikować ceny. Odpowiednik pola [negocjacjaCen] 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 PriceNegotiation As Boolean
 Get
 Set

C#

public bool PriceNegotiation { getset; }

Visual C++

public:
property bool PriceNegotiation {
 bool get ();
 void set (bool value);
}

JavaScript

function get_priceNegotiation();
function set_priceNegotiation(value);

See Also

Contractor Class

Contractor Members

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