const BENEFICIARY_STATUSES: object
const
object
DECLINED: string = 'declined'
string
'declined'
PENDING: string = 'pending'
'pending'
VALIDATED: string = 'validated'
'validated'
Was this page helpful?