Click or drag to resize

InvoiceApplyDate Property

When not null specifies that the VAT entry for this invoice should be applied for a different period than that specified by the document date. [Required]

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

Property Value

Type: DateTime

Implements

IInvoiceDocumentApplyDate
See Also