Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 545 Bytes

File metadata and controls

15 lines (7 loc) · 545 Bytes

TransactionState

The state of a transaction. POSTED transactions are finalized and appear on the guest folio. PENDING transactions have been created but are not yet finalized (e.g., an authorized payment that has not been captured).

Enum

  • POSTED (value: 'POSTED')

  • PENDING (value: 'PENDING')

  • UNKNOWN_DEFAULT_OPEN_API (value: 'unknown_default_open_api')

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