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