const TRANSACTION_STATUSES: object
const
object
COMPLETED: string = 'completed'
string
'completed'
DECLINED: string = 'declined'
'declined'
PENDING: string = 'pending'
'pending'
Was this page helpful?