Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 431 Bytes

TransactionState.md

File metadata and controls

28 lines (13 loc) · 431 Bytes

TransferzeroSdk.TransactionState

Enum

  • initial (value: "initial")

  • approved (value: "approved")

  • pending (value: "pending")

  • received (value: "received")

  • mispaid (value: "mispaid")

  • manual (value: "manual")

  • paid (value: "paid")

  • canceled (value: "canceled")

  • refunded (value: "refunded")

  • processing (value: "processing")

  • exception (value: "exception")