Click or drag to resize

InvoiceCorrectionType Enumeration

Types of correction for invoice/corrective invoice

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Types
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public enum InvoiceCorrectionType
Members
  Member nameValueDescription
Completed1Corrective invoice has been created without lines copy (origin invoice/corrective is completed by the corrective invoice)
Corrected2Corrective invoice has been created with lines copy (origin invoice/corrective invoice is "cancelled")
None0No rectification has been done
See Also