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

    Type Alias BillingSchedule

    type BillingSchedule = {
        account: GenericID;
        release_at: string | null;
        subscription?: BillingSubscriptionSchedule;
    }
    Index

    Properties

    account: GenericID

    Account ID.

    release_at: string | null

    When the schedule will be applied to the subscription.

    Scheduled subscription changes.