GitHub

MagentoListCartCouponsResponse

import { MagentoListCartCouponsResponse } from '@daffodil/cart/driver/magento'
interface MagentoListCartCouponsResponse {
  cart: {
    applied_coupons: MagentoCart['applied_coupons'];
}
}

Properties

Name Type Description
cart { applied_coupons: MagentoCart['applied_coupons']; }