-
- Payment Institution
- Manual Target
-
-
- @if (form.controls['target'].value === target.PaymentInstitution) {
-
-
- Payment Institution
-
- @for (i of paymentInstitutions$ | async; track i) {
- #{{ i.ref.id }} {{ i.data.name }}
- }
-
-
- @if (form.value.paymentInstitution; as paymentInstitution) {
-
- Routing Ruleset (policies)
-
-
- @if (policiesId) {
- #{{ policiesId }} {{ (getRulesetById(policiesId) | async)?.data?.name }}
- } @else {
- Not found
- }
-
-
- }
-
- }
- @if (form.controls['target'].value === target.Manual) {
-
- Main Ruleset
-
- @for (i of rulesets$ | async; track i) {
-
- #{{ i.ref.id }} {{ i.data.name }}
-
- }
-
-
- }
-