• {{'Home'|translate}}
  • {{'Cash Withdrawals'|translate}}

{{'Cash Withdrawals'|translate}}

  • {{'You must select one account' | translate}}
{{'You must enter the amount' | translate}} {{'You did not enter a valid number' | translate}} {{'Your field value is lesser than minimum value' | translate}} {{'Your field value is greater than maximum value' | translate}} {{amountErr}}
  • {{'Minimum withdraw amount'|translate}}: {{vm.minimum_withdraw_amount | currency : selectedCurrency.currency_symbol : GeneralConfig.fraction}}
  • {{'Maximum withdraw amount'|translate}}: {{vm.maximum_withdraw_amount | currency : selectedCurrency.currency_symbol : GeneralConfig.fraction}}

{{'Cash Withdraw Requests'|translate}}

{{'Date' |translate}} {{'Account'|translate}} {{'Amount' |translate}} {{'Status' |translate}}
{{userCashWithdrawals.created_at}} {{userCashWithdrawals.money_transfer_account.account}} {{userCashWithdrawals.amount | currency : selectedCurrency.currency_symbol : GeneralConfig.fraction}} {{'Pending' |translate}} {{'Approved' |translate}} {{'Rejected' |translate}}

{{'No Record Found'|translate}}