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