Home > @vsf-enterprise/commercetools-types > OrderCustomerSet
# OrderCustomerSet type
Signature:
export declare type OrderCustomerSet = MessagePayload & {
__typename?: 'OrderCustomerSet';
customer?: Maybe<Customer>;
oldCustomer?: Maybe<Customer>;
customerGroup?: Maybe<CustomerGroup>;
oldCustomerGroup?: Maybe<CustomerGroup>;
customerRef?: Maybe<Reference>;
oldCustomerRef?: Maybe<Reference>;
customerGroupRef?: Maybe<Reference>;
oldCustomerGroupRef?: Maybe<Reference>;
type: Scalars['String'];
};
References: MessagePayload, Maybe, Customer, CustomerGroup, Reference, Scalars