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