Home > @vsf-enterprise/commercetools-types > SetCartBillingAddress
# SetCartBillingAddress type
Signature:
export declare type SetCartBillingAddress = {
address?: InputMaybe<AddressInput>;
};
References: InputMaybe, AddressInput
Home > @vsf-enterprise/commercetools-types > SetCartBillingAddress
Signature:
export declare type SetCartBillingAddress = {
address?: InputMaybe<AddressInput>;
};
References: InputMaybe, AddressInput
On this page