Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace > SaleCorrection Class > SaleCorrection Properties > BuyerId Property 

Drukuj

.NET Framework Class Library

SaleCorrection.BuyerId Property

Id kontrahenta - nabywcy.

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

Assembly:  Sage.PL.WebAPI.Interface.Sales (in Sage.PL.WebAPI.Interface.Sales.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property BuyerId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intBuyerId { getset; }

Visual C++

public:
property Nullable<intBuyerId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_buyerId();
function set_buyerId(value);

See Also

SaleCorrection Class

SaleCorrection Members

Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace