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

    Type Alias BillingSubscriptionSchedule

    type BillingSubscriptionSchedule = {
        addons?: Partial<BillingSubscriptionAddOns>;
        plan?: BillingPlan;
        services?: BillingServiceSubscriptionSchedule;
    }
    Index

    Properties

    addons?: Partial<BillingSubscriptionAddOns>

    Add-ons in the account's subscription after the downgrade is applied.

    Account plan after the downgrade is applied.

    Limits for each service in the account's subscription after the downgrade is applied.