Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 770 Bytes

DocumentStatusResponse.md

File metadata and controls

13 lines (9 loc) · 770 Bytes

AvalaraSdk.EInvoicing.V1.DocumentStatusResponse

Returns the current document ID and status

Properties

Name Type Description Notes
id string The unique ID for this document [optional] [default to undefined]
status string Status of the transaction: <br> &#39;Pending&#39; <br> &#39;Failed&#39; <br> &#39;Complete&#39; [optional] [default to undefined]
events Array<StatusEvent> [optional] [default to undefined]

[Back to Model list] [Back to API list] [Back to README]