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

Drukuj

.NET Framework Class Library

DocumentTransactionIssue.MaturityDate Property

Termin płatności. Odpowiednik pola [termin] 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 MaturityDate As Nullable(Of DateTime)
 Get
 Set

C#

public Nullable<DateTimeMaturityDate { getset; }

Visual C++

public:
property Nullable<DateTimeMaturityDate {
 Nullable<DateTimeget ();
 void set (Nullable<DateTimevalue);
}

JavaScript

function get_maturityDate();
function set_maturityDate(value);

See Also

DocumentTransactionIssue Class

DocumentTransactionIssue Members

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