BillingPaymentPastDue: {
    amount_due: number;
    attempt_count: number;
    invoice_url: string;
}

Type declaration

  • amount_due: number

    Amount due that was not paid in a recurring payment.

  • attempt_count: number

    Amount of attempts for the retried recurring payment.

  • invoice_url: string

    URL for the invoice related to the failed recurring payment.