FixedPriceDiscountValue
type FixedPriceDiscountValue = CartDiscountValue & {
__typename?: 'FixedPriceDiscountValue';
money: Array<Money>;
type: Scalars['String'];
};type FixedPriceDiscountValue = CartDiscountValue & {
__typename?: 'FixedPriceDiscountValue';
money: Array<Money>;
type: Scalars['String'];
};