@stigg/node-server-sdk - v4.22.1

    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