DraftProcessStep Enumeration |
Customer Invoice Draft Process Step. Represents Customer Invoice’s sub-status applicable and used when Customer Invoice is in Draft state.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum DraftProcessStep
<SerializableAttribute>
Public Enumeration DraftProcessStep
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
NA | 0 |
Used when Customer Invoice is not in Draft state
|
Pending | 1 |
Default value when Customer Invoice is in Draft state
|
ReadyToPost | 2 |
Indicates Customer Invoice is ready to be posted and thus should be picked up by scheduled job
|
FailedTax | 3 |
Set when Calculate Tax operation fails for Customer Invoice
|
FailedPost | 4 |
Set when Post operation fails for Customer Invoice
|
Disputed | 5 |
Set when requestor disputes invoice
|
Recalled | 6 |
Set when provider recalls invoice
|
See Also