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