Mayson Monorepo Documentation
    Preparing search index...
    Index

    Properties

    Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period

    The discounts applied to the subscription item. Subscription item discounts are applied before subscription discounts. Use expand[]=discounts to expand each discount.

    metadata: Metadata

    Set of key-value pairs that you can attach to an item. Metadata on this item will update the underlying subscription item's metadata when the phase is entered.

    plan: string | Stripe.Plan | DeletedPlan

    ID of the plan to which the customer should be subscribed.

    price: string | Stripe.Price | DeletedPrice

    ID of the price to which the customer should be subscribed.

    quantity?: number

    Quantity of the plan to which the customer should be subscribed.

    tax_rates?: Stripe.TaxRate[]

    The tax rates which apply to this phase_item. When set, the default_tax_rates on the phase do not apply to this phase_item.