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