Sage.PL.WebAPI.Interface.Payments.ViewModels.Issue Namespace > PaymentIssue Class > PaymentIssue Properties > PaymentDate Property 

Drukuj

.NET Framework Class Library

PaymentIssue.PaymentDate Property

Data płatności. W przypadku nie podania wartości, zostanie wprowadzona bieżąca data w momencie próby wystawienia dokumentu.

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

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

PaymentIssue Class

PaymentIssue Members

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