Sage.PL.WebAPI.Interface.Payments.ViewModels.IssueKP Namespace > PaymentKPIssue Class > PaymentKPIssue Properties > PaymentDate Property 

Drukuj

.NET Framework Class Library

PaymentKPIssue.PaymentDate Property

Data płatności.

Namespace: Sage.PL.WebAPI.Interface.Payments.ViewModels.IssueKP

Assembly:  Sage.PL.WebAPI.Interface.Payments (in Sage.PL.WebAPI.Interface.Payments.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property PaymentDate As Nullable(Of DateTime)
 Get
 Set

C#

public Nullable<DateTimePaymentDate { getset; }

Visual C++

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

JavaScript

function get_paymentDate();
function set_paymentDate(value);

See Also

PaymentKPIssue Class

PaymentKPIssue Members

Sage.PL.WebAPI.Interface.Payments.ViewModels.IssueKP Namespace