GitHub

MagentoCartPaymentMethod

import { MagentoCartPaymentMethod } from '@daffodil/cart/driver/magento'
interface MagentoCartPaymentMethod {
  __typename: string
  code: string
  purchase_order_number: string
  title: string
}

Properties

Name Type Description
__typename string
code string
purchase_order_number string
title string