Home > @vsf-enterprise/commercetools-types > CartClassificationType
# CartClassificationType type
Signature:
export declare type CartClassificationType = ShippingRateInputType & {
__typename?: 'CartClassificationType';
values: Array<ShippingRateInputLocalizedEnumValue>;
type: Scalars['String'];
};
References: ShippingRateInputType, ShippingRateInputLocalizedEnumValue, Scalars