Mayson Monorepo Documentation
    Preparing search index...
    interface Tier {
        flat_amount: number;
        flat_amount_decimal: string;
        unit_amount: number;
        unit_amount_decimal: string;
        up_to: number;
    }
    Index

    Properties

    flat_amount: number

    Price for the entire tier.

    flat_amount_decimal: string

    Same as flat_amount, but contains a decimal value with at most 12 decimal places.

    unit_amount: number

    Per unit price for units relevant to the tier.

    unit_amount_decimal: string

    Same as unit_amount, but contains a decimal value with at most 12 decimal places.

    up_to: number

    Up to and including to this quantity will be contained in the tier.