Home > @vsf-enterprise/commercetools-types > CartDiscountLimitsProjection
# CartDiscountLimitsProjection type
Signature:
export declare type CartDiscountLimitsProjection = {
__typename?: 'CartDiscountLimitsProjection';
totalActiveWithoutDiscountCodes: CartDiscountLimitWithCurrent;
};
References: CartDiscountLimitWithCurrent