SetBillingAddressOnCartOutput
Contains details about the cart after setting the billing address.
type SetBillingAddressOnCartOutput = {
__typename?: 'SetBillingAddressOnCartOutput'; /** The cart after setting the billing address. */
cart: Cart;
};