Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseCorrection Class > PurchaseCorrection Properties > SellerAddressId Property 

Drukuj

.NET Framework Class Library

PurchaseCorrection.SellerAddressId Property

Id adresu kontrahenta - sprzedawcy.

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

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

Syntax

Visual Basic

Public Property SellerAddressId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intSellerAddressId { getset; }

Visual C++

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

JavaScript

function get_sellerAddressId();
function set_sellerAddressId(value);

See Also

PurchaseCorrection Class

PurchaseCorrection Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace