Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocumentIssueContractor Class > PurchaseDocumentIssueContractor Properties > DeliveryAddressCode Property 

Drukuj

.NET Framework Class Library

PurchaseDocumentIssueContractor.DeliveryAddressCode Property

Kod adresu dostawy. Odpowiednik pola [nazwaAdresu] z sekcji [DaneKh] w imporcie specjalnym. W przypadku nie podania wartości, zostanie wybrany adres domyślny kontrahenta. Pole wykorzystywane jest tylko dla kontrahenta kartotekowego.

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 DeliveryAddressCode As String
 Get
 Set

C#

public string DeliveryAddressCode { getset; }

Visual C++

public:
property StringDeliveryAddressCode {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_deliveryAddressCode();
function set_deliveryAddressCode(value);

See Also

PurchaseDocumentIssueContractor Class

PurchaseDocumentIssueContractor Members

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