Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace > OrderBase Class > OrderBase Properties > MaturityDate Property 

Drukuj

.NET Framework Class Library

OrderBase.MaturityDate Property

Termin płatności. Odpowiednik pola [terminPlatnosci] z importu specjalnego. W przypadku nie podania wartości, zostanie wprowadzona data wystawienia dokumentu + ilość dni terminu rozliczenia z rejestru płatności.

Namespace: Sage.PL.WebAPI.Interface.Orders.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Orders (in Sage.PL.WebAPI.Interface.Orders.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

OrderBase Class

OrderBase Members

Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace