{{ "availableCreditAppliedToInvoice" | i18n }}
+ +{{ billingAddress | address }}
+ @if (billingAddress.taxId) { +{{ "taxId" | i18n: billingAddress.taxId.value }}
+ } + } @else { +{{ "noBillingAddress" | i18n }}
+ } + @let key = billingAddress ? "editBillingAddress" : "addBillingAddress"; + ++ + {{ paymentMethod.bankName }}, *{{ paymentMethod.last4 }} + @if (!paymentMethod.verified) { + - {{ "unverified" | i18n }} + } +
+ } + @case ("card") { ++ @let brandIcon = getBrandIconForCard(); + @if (brandIcon !== null) { + + } @else { + + } + {{ paymentMethod.brand | titlecase }}, *{{ paymentMethod.last4 }}, + {{ paymentMethod.expiration }} +
+ } + @case ("payPal") { ++ + {{ paymentMethod.email }} +
+ } + } + } @else { +{{ "noPaymentMethod" | i18n }}
+ } + @let key = paymentMethod ? "changePaymentMethod" : "addPaymentMethod"; + +{{ "verifyBankAccountWithStatementDescriptorInstructions" | i18n }}
+ +{{ subscription.accountCredit | currency: "$" }}
-{{ "creditAppliedDesc" | i18n }}
-- {{ "noPaymentMethod" | i18n }} -
-
-
- {{ subscription.paymentSource.description }}
- - {{ "unverified" | i18n }}
+ @if (!managePaymentDetailsOutsideCheckout) {
+
+ {{ subscription.accountCredit | currency: "$" }} {{ "creditAppliedDesc" | i18n }}
+ {{ "noPaymentMethod" | i18n }}
+ {{ "accountCredit" | i18n }}
+
+ {{ "paymentMethod" | i18n }}
+
{{ "taxInformationDesc" | i18n }}
-+ + {{ subscription.paymentSource.description }} + - {{ "unverified" | i18n }} +
+{{ "taxInformationDesc" | i18n }}
+