Customer Invoice Action Type
Namespace:
CorrigoService.Enums
Assembly:
ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum CiActionType
Members
| Member name | Value | Description |
---|
| Created | 0 | |
| TaxComputed | 1 | |
| Posted | 2 | |
| Paid | 3 | |
| PaymentSubmitted | 4 | |
| Disputed | 5 |
Requestor disputed Customer Invoice
|
| Approved | 6 |
Requestor approved Customer Invoice
|
| DocumentAttached | 7 |
Document attached to Customer Invoice
|
| Recalled | 8 |
Provider recalled Customer Invoice
|
| ManuallySent | 9 |
User changed value of the flag "Manualy Sent"
|
| Exported | 10 | |
| RollbackExported | 11 | |
See Also