Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Predefined Namespace > IDocumentTransactionIssue Interface > IDocumentTransactionIssue Properties > InterestRate Property 

Drukuj

.NET Framework Class Library

IDocumentTransactionIssue.InterestRate Property

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

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

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

Property InterestRate As Decimal
 Get
 Set

C#

decimal InterestRate { getset; }

Visual C++

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

JavaScript

function get_interestRate();
function set_interestRate(value);

See Also

IDocumentTransactionIssue Interface

IDocumentTransactionIssue Members

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