Home > @vsf-enterprise/commercetools-types > ProductPriceTierInput
# ProductPriceTierInput type
Signature:
export declare type ProductPriceTierInput = {
minimumQuantity: Scalars['Int'];
value: BaseMoneyInput;
};
References: Scalars, BaseMoneyInput