GitHub

MagentoOrderTotal

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

interface MagentoOrderTotal {
  __typename: string
  discounts: MagentoDiscount[]
  grand_total: MagentoMoney
  subtotal: MagentoMoney
  total_shipping: MagentoMoney
  total_tax: MagentoMoney
}