Mayson Monorepo Documentation
    Preparing search index...
    interface Item {
        id: string;
        price?: string;
        quantity?: number;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the subscription item to be updated.

    price?: string

    The price the customer should subscribe to through this flow. The price must also be included in the configuration's features.subscription_update.products.

    quantity?: number

    Quantity for this item that the customer should subscribe to through this flow.