Home > @vsf-enterprise/commercetools-types > DiscountCodeDescriptionArgs
# DiscountCodeDescriptionArgs type
With discount codes it is possible to give specific cart discounts to an eligible amount of users. They are defined by a string value which can be added to a cart so that specific cart discounts can be applied to the cart.
Signature:
export declare type DiscountCodeDescriptionArgs = {
locale?: InputMaybe<Scalars['Locale']>;
acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};
References: InputMaybe, Scalars