@getdial/sdk - v0.21.0
    Preparing search index...

    Interface BillingSubscription

    interface BillingSubscription {
        cancelAtPeriodEnd: boolean;
        interval: BillingInterval;
        periodEnd: string;
        periodStart: string;
        quantity: number;
    }
    Index
    cancelAtPeriodEnd: boolean

    True when the subscription is scheduled to cancel at periodEnd (Stripe is the source of truth).

    interval: BillingInterval
    periodEnd: string
    periodStart: string
    quantity: number