Home > @vsf-enterprise/commercetools-types > ProductPriceTier
# ProductPriceTier type
Signature:
export declare type ProductPriceTier = {
__typename?: 'ProductPriceTier';
minimumQuantity: Scalars['Int'];
value: BaseMoney;
};
Home > @vsf-enterprise/commercetools-types > ProductPriceTier
Signature:
export declare type ProductPriceTier = {
__typename?: 'ProductPriceTier';
minimumQuantity: Scalars['Int'];
value: BaseMoney;
};
On this page