Customer Invoice Action Type
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum CiActionType
<SerializableAttribute>
Public Enumeration CiActionType
No code example is currently available or this language may not be supported.
MembersMember 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"
|
See Also