Sage.PL.WebAPI.Interface.Payments.ViewModels Namespace > SettlementListElement Class > SettlementListElement Properties > CurrencyRate Property 

Drukuj

.NET Framework Class Library

SettlementListElement.CurrencyRate Property

Kurs waluty.

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

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 CurrencyRate As Decimal
 Get
 Set

C#

public decimal CurrencyRate { getset; }

Visual C++

public:
property Decimal CurrencyRate {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_currencyRate();
function set_currencyRate(value);

See Also

SettlementListElement Class

SettlementListElement Members

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