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