Variable: TRANSFER_STATUSES
List of all possible statuses a transfer can be in.const
TRANSFER_STATUSES:object
Type declaration
CANCELED
CANCELED:string
='canceled'
COMPLETED
COMPLETED:string
='completed'
DECLINED
DECLINED:string
='declined'
FAILED
FAILED:string
='failed'
PENDING
PENDING:string
='pending'
PROCESSING
PROCESSING:string
='processing'
SETTLED
SETTLED:string
='settled'