Home > @vsf-enterprise/commercetools-types > SetCartCustomerGroup
# SetCartCustomerGroup type
Signature:
export declare type SetCartCustomerGroup = {
customerGroup?: InputMaybe<ResourceIdentifierInput>;
};
References: InputMaybe, ResourceIdentifierInput