Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocument Class > PurchaseDocument Properties > SellerAddress Property 

Drukuj

.NET Framework Class Library

PurchaseDocument.SellerAddress Property

Adres 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 SellerAddress As DocumentAddress
 Get
 Set

C#

public DocumentAddress SellerAddress { getset; }

Visual C++

public:
property DocumentAddressSellerAddress {
 DocumentAddressget ();
 void set (DocumentAddressvalue);
}

JavaScript

function get_sellerAddress();
function set_sellerAddress(value);

See Also

PurchaseDocument Class

PurchaseDocument Members

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