Mayson Monorepo Documentation
    Preparing search index...
    interface PriceDetails {
        price: string | Stripe.Price;
        product: string;
    }
    Index

    Properties

    Properties

    price: string | Stripe.Price

    The ID of the price this item is associated with.

    product: string

    The ID of the product this item is associated with.