Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocumentIssueContractorData Class > PurchaseDocumentIssueContractorData Properties > PostCode Property 

Drukuj

.NET Framework Class Library

PurchaseDocumentIssueContractorData.PostCode Property

Kod pocztowy. Odpowiednik pola [KhKodPocz] z sekcji [DaneKh] w imporcie specjalnym.

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

C#

public string PostCode { getset; }

Visual C++

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

JavaScript

function get_postCode();
function set_postCode(value);

See Also

PurchaseDocumentIssueContractorData Class

PurchaseDocumentIssueContractorData Members

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