BillingSubscriptionSummary: {
    not_enough_balance: boolean;
    past_due: boolean;
    payment_error: BillingPaymentError | null;
    processing: boolean;
    schedule: boolean;
}

Type declaration

  • not_enough_balance: boolean

    Whether the subscription does not have enough account balance for the next recurring payment without a credit card on record.

  • past_due: boolean

    Whether the subscription has a failing recurring payment.

  • payment_error: BillingPaymentError | null

    Payment errors in the account's subscription.

  • processing: boolean

    Whether the subscription has an operation still being processed.

  • schedule: boolean

    Whether the subscription has scheduled downgrades.