@stigg/js-client-sdk - v3.102.0

    Type Alias PriceTierFragment

    type PriceTierFragment = {
        __typename?: "PriceTier";
        flatPrice?:
            | { __typename?: "Money"; amount: number; currency: Currency }
            | null;
        unitPrice?:
            | { __typename?: "Money"; amount: number; currency: Currency }
            | null;
        upTo?: number | null;
    }
    Index

    Properties

    __typename?: "PriceTier"
    flatPrice?: { __typename?: "Money"; amount: number; currency: Currency } | null
    unitPrice?: { __typename?: "Money"; amount: number; currency: Currency } | null
    upTo?: number | null
    MMNEPVFCICPMFPCPTTAAATR