GitHub

MagentoCartSetSelectedPaymentMethodWithBillingQueryVariables

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

Properties

Name Type Description
cartId string
payment MagentoPaymentMethodInput
address MagentoBillingAddressInput