Click or drag to resize
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.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum DraftProcessStep
Members
  Member nameValueDescription
NA0 Used when Customer Invoice is not in Draft state
Pending1 Default value when Customer Invoice is in Draft state
ReadyToPost2 Indicates Customer Invoice is ready to be posted and thus should be picked up by scheduled job
FailedTax3 Set when Calculate Tax operation fails for Customer Invoice
FailedPost4 Set when Post operation fails for Customer Invoice
Disputed5 Set when requestor disputes invoice
Recalled6 Set when provider recalls invoice
See Also