GitHub

MagentoCustomerOrderWithStoreCredit

import { MagentoCustomerOrderWithStoreCredit } from '@daffodil/customer-store-credit/driver/magento'
interface MagentoCustomerOrderWithStoreCredit {
  total: MagentoCustomerOrder['total'] & {
    total_store_credit: MagentoMoney;
}
}

Properties

Name Type Description
total MagentoCustomerOrder['total'] & { total_store_credit: MagentoMoney; }