Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Quote\Api\CartRepositoryInterface $quoteRepository) | |
![]() | |
get ($cartId) | |
set ($cartId, $couponCode) | |
remove ($cartId) | |
Protected Attributes | |
$quoteRepository | |
Coupon management object.
Definition at line 18 of file CouponManagement.php.
__construct | ( | \Magento\Quote\Api\CartRepositoryInterface | $quoteRepository | ) |
Constructs a coupon read service object.
\Magento\Quote\Api\CartRepositoryInterface | $quoteRepository | Quote repository. |
Definition at line 32 of file CouponManagement.php.
|
protected |
Definition at line 25 of file CouponManagement.php.