RelativeDiscountValue
type RelativeDiscountValue = CartDiscountValue & ProductDiscountValue & {
__typename?: 'RelativeDiscountValue';
permyriad: Scalars['Int'];
type: Scalars['String'];
};type RelativeDiscountValue = CartDiscountValue & ProductDiscountValue & {
__typename?: 'RelativeDiscountValue';
permyriad: Scalars['Int'];
type: Scalars['String'];
};