Variable: TRANSFER_STATUSES
List of all possible statuses a transfer can be in.constTRANSFER_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'