GitHub

MagentoPaymentMethodInput

import { MagentoPaymentMethodInput } from '@daffodil/cart/driver/magento'

interface MagentoPaymentMethodInput {
  code: string
  purchase_order_number: string
}