Mayson Monorepo Documentation
    Preparing search index...
    interface Item {
        amount?: number;
        currency?: string;
        description?: string;
        parent?: string;
        quantity?: number;
        type?: Stripe.SourceUpdateParams.SourceOrder.Item.Type;
    }
    Index

    Properties

    amount?: number
    currency?: string
    description?: string
    parent?: string

    The ID of the SKU being ordered.

    quantity?: number

    The quantity of this order item. When type is sku, this is the number of instances of the SKU to be ordered.