GitHub

MagentoOrderInvoice

import { MagentoOrderInvoice } from '@daffodil/order/driver/magento/2-4-1'
interface MagentoOrderInvoice {
  __typename: 'Invoice'
  items: MagentoOrderInvoiceItem[]
  total: MagentoOrderTotal
}

Properties

Name Type Description
__typename 'Invoice'
items MagentoOrderInvoiceItem[]
total MagentoOrderTotal