Alokai

ProductPriceTierInput

type ProductPriceTierInput = {
  minimumQuantity: Scalars['Int'];
  value: BaseMoneyInput;
};

Referenced Types

On this page