| {{ 'lbl_full_name' | translate}}(As per PAN) | {{creditCard?.customerDetail?.fullName}} |
| {{ 'lbl_contact_no' | translate }} | {{creditCard?.customerDetail?.contactNo}} |
| {{ 'lbl_gender' | translate}} | {{creditCard?.customerDetail?.gender}} |
| {{ 'lbl_date_of_birth' | translate}} | {{creditCard?.customerDetail?.birthDate | date:'dd-MMM-yyyy'}} |
| {{field.name}} | {{field.documentData}} |
| {{ 'CreditCard Name' | translate}} | {{creditCard?.creditCardOffer?.creditCardName}} |
| {{ 'lbl_bank_name' | translate}} | {{creditCard?.creditCardOffer?.bankName}} |
| {{ 'lbl_joining_fee' | translate}} | {{creditCard?.creditCardOffer?.joiningfee | currency:"INR"}} |
| {{ 'Renual Fee' | translate}} | {{creditCard?.creditCardOffer?.renualfee | currency:"INR"}} |
{{reason.description}}