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

Drukuj

.NET Framework Class Library

DocumentVatRegisterIssue.OssShippingCountry Property

Kod kraju wysyłki dla procedury OSS. Odpowiednik pola [krajWysylki] 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 OssShippingCountry As String
 Get
 Set

C#

public string OssShippingCountry { getset; }

Visual C++

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

JavaScript

function get_ossShippingCountry();
function set_ossShippingCountry(value);

See Also

DocumentVatRegisterIssue Class

DocumentVatRegisterIssue Members

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