GitHub

MagentoOrderInvoice

Type

import { MagentoOrderInvoice } from '@daffodil/order/driver/magento/2.4.1'

interface MagentoOrderInvoice {
  __typename: "Invoice"
  items: MagentoOrderInvoiceItem[]
  total: MagentoOrderTotal
}