GitHub

MagentoSetSelectedPaymentMethodWithBillingResponse

import { MagentoSetSelectedPaymentMethodWithBillingResponse } from '@daffodil/cart/driver/magento'
interface MagentoSetSelectedPaymentMethodWithBillingResponse {
  setBillingAddressOnCart: {
    __typename: string;
    cart: {
        id: MagentoGetCartResponse['cart']['id'];
    };
}
  setPaymentMethodOnCart: MagentoGetCartResponse
}

Properties

Name Type Description
setBillingAddressOnCart { __typename: string; cart: { id: MagentoGetCartResponse['cart']['id']; }; }
setPaymentMethodOnCart MagentoGetCartResponse