PayFanout API reference
    Preparing search index...

    Interface StripeSubscriptionItemLike

    interface StripeSubscriptionItemLike {
        current_period_end?: number;
        current_period_start?: number;
        id: string;
        price?: StripePriceLike | null;
        quantity?: number | null;
    }
    Index
    current_period_end?: number
    current_period_start?: number

    API 2025-03-31.basil moved the billing period from the subscription onto its items.

    id: string
    price?: StripePriceLike | null
    quantity?: number | null