Home > @vsf-enterprise/commercetools-types > RelativeDiscountValue
# RelativeDiscountValue type
Signature:
export declare type RelativeDiscountValue = CartDiscountValue & ProductDiscountValue & {
__typename?: 'RelativeDiscountValue';
permyriad: Scalars['Int'];
type: Scalars['String'];
};
References: CartDiscountValue, ProductDiscountValue, Scalars