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