Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentTransaction Class > DocumentTransaction Properties > InterestRate Property 

Drukuj

.NET Framework Class Library

DocumentTransaction.InterestRate Property

Stop oprocentowania. Odpowiednik pola [stopa] z obiektu PTransakcja.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels

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

C#

public decimal InterestRate { getset; }

Visual C++

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

JavaScript

function get_interestRate();
function set_interestRate(value);

See Also

DocumentTransaction Class

DocumentTransaction Members

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