Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentVatRegisterCurrencyIssue Class > DocumentVatRegisterCurrencyIssue Properties > Currency Property 

Drukuj

.NET Framework Class Library

DocumentVatRegisterCurrencyIssue.Currency Property

Waluta. Odpowiednik pola [Nazwa] z obiektu PPozycjaVAT.

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: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Currency As String
 Get
 Set

C#

public string Currency { getset; }

Visual C++

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

JavaScript

function get_currency();
function set_currency(value);

See Also

DocumentVatRegisterCurrencyIssue Class

DocumentVatRegisterCurrencyIssue Members

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