Home > @vsf-enterprise/commercetools-types > FixedPriceDiscountValue
# FixedPriceDiscountValue type
Signature:
export declare type FixedPriceDiscountValue = CartDiscountValue & {
__typename?: 'FixedPriceDiscountValue';
money: Array<Money>;
type: Scalars['String'];
};
References: CartDiscountValue, Money, Scalars