Mayson Monorepo Documentation
    Preparing search index...
    interface Pricing {
        price_details?: Stripe.InvoiceLineItem.Pricing.PriceDetails;
        type: "price_details";
        unit_amount_decimal: string;
    }
    Index

    Properties

    type: "price_details"

    The type of the pricing details.

    unit_amount_decimal: string

    The unit amount (in the currency specified) of the item which contains a decimal value with at most 12 decimal places.