Sage.PL.WebAPI.Interface.Payments.ViewModels Namespace > PaymentPosition Class > PaymentPosition Properties > CurrencyRatePayment Property 

Drukuj

.NET Framework Class Library

PaymentPosition.CurrencyRatePayment Property

Kurs waluty płatności.

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

C#

public decimal CurrencyRatePayment { getset; }

Visual C++

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

JavaScript

function get_currencyRatePayment();
function set_currencyRatePayment(value);

See Also

PaymentPosition Class

PaymentPosition Members

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