GitHub

MagentoCartSetSelectedPaymentMethodWithBillingAndEmailQueryVariables

import { MagentoCartSetSelectedPaymentMethodWithBillingAndEmailQueryVariables } from '@daffodil/cart/driver/magento'
interface MagentoCartSetSelectedPaymentMethodWithBillingAndEmailQueryVariables {
  cartId: string
  payment: MagentoPaymentMethodInput
  address: MagentoBillingAddressInput
  email: string
}

Properties

Name Type Description
cartId string
payment MagentoPaymentMethodInput
address MagentoBillingAddressInput
email string