GitHub

MagentoApplyStoreCreditResponse

import { MagentoApplyStoreCreditResponse } from '@daffodil/cart-store-credit/driver/magento'
interface MagentoApplyStoreCreditResponse {
  applyStoreCreditToCart: {
    cart: MagentoCartWithStoreCredit;
}
}

Properties

Name Type Description
applyStoreCreditToCart { cart: MagentoCartWithStoreCredit; }