MagentoGetBillingAddressResponse
import { MagentoGetBillingAddressResponse } from '@daffodil/cart/driver/magento'
interface MagentoGetBillingAddressResponse {
cart: {
__typename: string;
billing_address: MagentoCartAddress;
email: string;
}
}
Properties
Name | Type | Description |
---|---|---|
cart | { __typename: string; billing_address: MagentoCartAddress; email: string; } |