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

Drukuj

.NET Framework Class Library

SaleCorrection.BuyerAddressId Property

Id adresu 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 BuyerAddressId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intBuyerAddressId { getset; }

Visual C++

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

JavaScript

function get_buyerAddressId();
function set_buyerAddressId(value);

See Also

SaleCorrection Class

SaleCorrection Members

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