GitHub

MagentoOrderPayment

import { MagentoOrderPayment } from '@daffodil/order/driver/magento/2-4-1'

interface MagentoOrderPayment {
  __typename: "OrderPaymentMethod"
  name: string
  type: string
  additional_data: KeyValue[]
}