MagentoRemoveAllCouponsResponse
import { MagentoRemoveAllCouponsResponse } from '@daffodil/cart/driver/magento'
interface MagentoRemoveAllCouponsResponse {
removeCouponFromCart: {
cart: MagentoCart;
}
}
Properties
Name | Type | Description |
---|---|---|
removeCouponFromCart | { cart: MagentoCart; } |