Click or drag to resize

InvoiceOrderApplyDate Property

Apply date to be passed to the invoice. When not null specifies that the VAT entry should be applied for a different period than that specified by the document date.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<DateTime> ApplyDate { get; set; }

Property Value

Type: NullableDateTime
See Also