Payment links

@for (type of accountTypes; track type) { {{ type }} } @for (price of (licensedPrices | async)?.[accountTypeValue] || []; track price.id) { {{ price.nickname }} } @for (price of meteredPrices | async; track price.id) { {{ price.nickname }} } @for (currency of currencies; track currency) { {{ currency }} } Allow promotion code
Create link
@if (paymentLink) { {{ paymentLink }} }