Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentVatRegisterIssue Class > DocumentVatRegisterIssue Properties > OssDeliveryCountry Property 

Drukuj

.NET Framework Class Library

DocumentVatRegisterIssue.OssDeliveryCountry Property

Kod kraju dostawy dla procedury OSS. Odpowiednik pola [krajDostawy] z obiektu RejestrVAT.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom

Assembly:  Sage.PL.WebAPI.Interface.FKF.Documents (in Sage.PL.WebAPI.Interface.FKF.Documents.dll) Version: 25.20.1.0 (25.20.1.0)

Syntax

Visual Basic

Public Property OssDeliveryCountry As String
 Get
 Set

C#

public string OssDeliveryCountry { getset; }

Visual C++

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

JavaScript

function get_ossDeliveryCountry();
function set_ossDeliveryCountry(value);

See Also

DocumentVatRegisterIssue Class

DocumentVatRegisterIssue Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace