TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Type Alias BillingPaymentPastDue

    type BillingPaymentPastDue = {
        amount_due: number;
        attempt_count: number;
        invoice_url: string;
    }
    Index

    Properties

    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.