• CSV
{{ 'profile.dateTime' | translate }} {{ 'profile.transactionType' | translate }} {{ 'profile.amount' | translate }} {{ 'profile.details' | translate }} {{ 'profile.actions' | translate }} {{ data.createdAt | timeago }} {{ data.action === 'Deduct' ? ('enum.transactionType.' + data.deductType | translate) : ('enum.transactionType.' + data.rechargeType | translate) }} {{ data.amount | currency: data.currency }} {{ data.description }} {{ 'table.viewOperator' | translate }} {{ 'table.viewRequest' | translate }} {{ 'profile.total' | translate }} {{ data.balance | currency: data.currency }}