 | 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
Syntaxpublic enum InvoiceCorrectionType
Public Enumeration InvoiceCorrectionType
Members
| Member name | Value | Description |
---|
| Completed | 1 | Corrective invoice has been created without lines copy
(origin invoice/corrective is completed by the corrective invoice) |
| Corrected | 2 | Corrective invoice has been created with lines copy
(origin invoice/corrective invoice is "cancelled") |
| None | 0 | No rectification has been done |
See Also