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

    Type Alias PriceTierInput

    Price Tier Input

    type PriceTierInput = {
        flatPrice?: InputMaybe<MoneyInputDto>;
        unitPrice?: InputMaybe<MoneyInputDto>;
        upTo?: InputMaybe<Scalars["Float"]>;
    }
    Index

    Properties

    The flat fee price of the price tier

    The unit price of the price tier

    The up to quantity of the price tier

    MMNEPVFCICPMFPCPTTAAATR