Home > @vsf-enterprise/commercetools-types > OrderCustomerGroupSet

# OrderCustomerGroupSet type

Signature:

export declare type OrderCustomerGroupSet = MessagePayload & {
    __typename?: 'OrderCustomerGroupSet';
    customerGroup?: Maybe<CustomerGroup>;
    oldCustomerGroup?: Maybe<CustomerGroup>;
    customerGroupRef?: Maybe<Reference>;
    oldCustomerGroupRef?: Maybe<Reference>;
    type: Scalars['String'];
};

References: MessagePayload, Maybe, CustomerGroup, Reference, Scalars