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

Drukuj

.NET Framework Class Library

IDocumentTransactionIssue.InterestRate Property

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: 25.10.1.0 (25.10.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