Home > @vsf-enterprise/commercetools-types > ChangeCustomerAddress
# ChangeCustomerAddress type
Signature:
export declare type ChangeCustomerAddress = {
addressId?: InputMaybe<Scalars['String']>;
addressKey?: InputMaybe<Scalars['String']>;
address: AddressInput;
};
References: InputMaybe, Scalars, AddressInput