Sage.PL.WebAPI.Interface.Payments.ViewModels.Issue Namespace > PaymentIssue Class > PaymentIssue Properties > Currency Property 

Drukuj

.NET Framework Class Library

PaymentIssue.Currency Property

Waluta.

Namespace: Sage.PL.WebAPI.Interface.Payments.ViewModels.Issue

Assembly:  Sage.PL.WebAPI.Interface.Payments (in Sage.PL.WebAPI.Interface.Payments.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

PaymentIssue Class

PaymentIssue Members

Sage.PL.WebAPI.Interface.Payments.ViewModels.Issue Namespace