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

Type declaration

  • account: GenericID

    Account ID.

  • release_at: string | null

    When the schedule will be applied to the subscription.

  • Optional subscription?: BillingSubscriptionSchedule

    Scheduled subscription changes.