Click or drag to resize

InvoiceOrderCreditNoteOriginalInvoiceOrder Property

When the invoice is a credit note, can specify the original Invoice Order, on which this is based. null for normal invoice orders or when the original document is unknown. [Filter(multi eq)]

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

Property Value

Type: InvoiceOrder
See Also