-
{{ standingInstructionsData.name }}
- {{"labels.inputs.Applicant" | translate}}:
+ {{ 'labels.inputs.Applicant' | translate }}:
{{ standingInstructionsData.fromClient.displayName }}
- {{"labels.inputs.Type" | translate}}:
+ {{ 'labels.inputs.Type' | translate }}:
{{ standingInstructionsData.transferType.value }}
- {{ "labels.inputs.Priority" | translate}}:
+ {{ 'labels.inputs.Priority' | translate }}:
{{ standingInstructionsData.priority.value }}
- {{ "labels.inputs.Status" | translate}}:
+ {{ 'labels.inputs.Status' | translate }}:
{{ standingInstructionsData.status.value }}
- {{"labels.inputs.From Account Type" | translate}}:
+ {{ 'labels.inputs.From Account Type' | translate }}:
{{ standingInstructionsData.fromAccountType.value }}
- {{"labels.inputs.From Account" | translate}}:
- {{ standingInstructionsData.fromAccount.productName }} - {{ standingInstructionsData.fromAccount.accountNo }}
+ {{ 'labels.inputs.From Account' | translate }}:
+ {{ standingInstructionsData.fromAccount.productName }} -
+ {{ standingInstructionsData.fromAccount.accountNo }}
- {{"labels.inputs.Destination" | translate}}:
+ {{ 'labels.inputs.Destination' | translate }}:
- {{"labels.inputs.Within Bank" | translate}}
- {{"labels.inputs.Own Account" | translate}}
+ {{ 'labels.inputs.Within Bank' | translate }}
+ {{ 'labels.inputs.Own Account' | translate }}
- {{"labels.inputs.To Office" | translate}}:
+ {{ 'labels.inputs.To Office' | translate }}:
{{ standingInstructionsData.toOffice.name }}
- {{"labels.inputs.Beneficiary" | translate}}:
+ {{ 'labels.inputs.Beneficiary' | translate }}:
{{ standingInstructionsData.toClient.displayName }}
- {{"labels.inputs.To Account Type" | translate}}:
+ {{ 'labels.inputs.To Account Type' | translate }}:
{{ standingInstructionsData.toAccountType.value }}
- {{"labels.inputs.To Account" | translate}}:
- {{ standingInstructionsData.toAccount.productName }} - {{standingInstructionsData.toAccount.accountNo}}
+ {{ 'labels.inputs.To Account' | translate }}:
+ {{ standingInstructionsData.toAccount.productName }} -
+ {{ standingInstructionsData.toAccount.accountNo }}
- {{"labels.inputs.Standing Instruction Type" | translate}}:
+ {{ 'labels.inputs.Standing Instruction Type' | translate }}:
{{ standingInstructionsData.instructionType.value }}
- {{"labels.inputs.Amount" | translate}}:
+ {{ 'labels.inputs.Amount' | translate }}:
{{ standingInstructionsData.amount }}
- {{"labels.inputs.Validity" | translate}}:
- {{ standingInstructionsData.validFrom | dateFormat }} - {{ standingInstructionsData.validTill | dateFormat }}
+ {{ 'labels.inputs.Validity' | translate }}:
+ {{ standingInstructionsData.validFrom | dateFormat }} -
+ {{ standingInstructionsData.validTill | dateFormat }}
- {{"labels.inputs.Recurrence Type" | translate}}:
+ {{ 'labels.inputs.Recurrence Type' | translate }}:
{{ standingInstructionsData.recurrenceType.value }}
- {{"labels.inputs.Interval" | translate}}:
+ {{ 'labels.inputs.Interval' | translate }}:
{{ standingInstructionsData.recurrenceInterval }}
- {{"labels.inputs.Recurrence Frequency" | translate}}:
+ {{ 'labels.inputs.Recurrence Frequency' | translate }}:
{{ standingInstructionsData.recurrenceFrequency.value }}
- {{"labels.inputs.On Month Day" | translate}}:
+ {{ 'labels.inputs.On Month Day' | translate }}:
{{ standingInstructionsData.recurrenceOnMonthDay | dateFormat }}
-
-