MagentoSetSelectedPaymentMethodWithBillingAndEmailResponse
import { MagentoSetSelectedPaymentMethodWithBillingAndEmailResponse } from '@daffodil/cart/driver/magento'
interface MagentoSetSelectedPaymentMethodWithBillingAndEmailResponse {
setPaymentMethodOnCart: {
__typename: string;
cart: {
id: MagentoGetCartResponse['cart']['id'];
};
}
setBillingAddressOnCart: {
__typename: string;
cart: {
id: MagentoGetCartResponse['cart']['id'];
};
}
setGuestEmailOnCart: MagentoGetCartResponse
}
Properties
Name | Type | Description |
---|---|---|
setPaymentMethodOnCart | { __typename: string; cart: { id: MagentoGetCartResponse['cart']['id']; }; } | |
setBillingAddressOnCart | { __typename: string; cart: { id: MagentoGetCartResponse['cart']['id']; }; } | |
setGuestEmailOnCart | MagentoGetCartResponse |