Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentTransactionIssue Class > DocumentTransactionIssue Properties > InterestRate Property 

Drukuj

.NET Framework Class Library

DocumentTransactionIssue.InterestRate Property

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

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 InterestRate As Nullable(Of Decimal)
 Get
 Set

C#

public Nullable<decimalInterestRate { getset; }

Visual C++

public:
property Nullable<DecimalInterestRate {
 Nullable<Decimalget ();
 void set (Nullable<Decimalvalue);
}

JavaScript

function get_interestRate();
function set_interestRate(value);

See Also

DocumentTransactionIssue Class

DocumentTransactionIssue Members

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