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