Class of Customer | Remitter Count | Beneficiary Count | Active Beneficiary | Inactive Beneficiary |
---|---|---|---|---|
{{ item["Class of Customer"] }} | {{ item["Remitter Count"] }} | {{ item["Beneficiary Count"] }} | {{ item["Active Beneficiary"] }} | {{ item["InActive Beneficiary"] }} |
Total | {{ getTotal('Remitter Count') }} | {{ getTotal('Beneficiary Count') }} | {{ getTotal('Active Beneficiary') }} | {{ getTotal('InActive Beneficiary') }} |
SRNO | Class of Customer | Product Type | Remitter Name | Remitter Nationality | Registration Date | Mobile Number | Beneficiary Name | Beneficiary Nationality | Activation Status |
---|---|---|---|---|---|---|---|---|---|
{{ item?.SRNO }} | {{ item["Class of Customer"] }} | {{ item["Product Type"] }} | {{ item["Remitter Name"] }} | {{ item["Remitter Nationality"] }} | {{ item["Registration Date"] }} | {{ item["Mobile Number"] }} | {{ item["Beneficiary Name"] }} | {{ item["Beneficiary Nationality"] }} | {{ item["Activation Status"] }} |