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

Drukuj

.NET Framework Class Library

PurchaseCorrectionIssueContractor.DeliveryAddressCode Property

Kod adresu dostawy. Odpowiednik pola [nazwaAdresu] z sekcji [DaneOd] w imporcie specjalnym.

W przypadku nie podania wartości, zostanie wybrany adres domyślny kontrahenta.

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

PurchaseCorrectionIssueContractor Class

PurchaseCorrectionIssueContractor Members

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