Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/generated/code/Magento/Quote/Api/Data/
Upload File :
Current File : //home/rtorresani/www/generated/code/Magento/Quote/Api/Data/TotalsExtensionInterface.php

<?php
namespace Magento\Quote\Api\Data;

/**
 * ExtensionInterface class for @see \Magento\Quote\Api\Data\TotalsInterface
 */
interface TotalsExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
    /**
     * @return string|null
     */
    public function getCouponLabel();

    /**
     * @param string $couponLabel
     * @return $this
     */
    public function setCouponLabel($couponLabel);

    /**
     * @return \Amasty\Rewards\Api\Data\HighlightInterface|null
     */
    public function getAmastyRewardsHighlight();

    /**
     * @param \Amasty\Rewards\Api\Data\HighlightInterface $amastyRewardsHighlight
     * @return $this
     */
    public function setAmastyRewardsHighlight(\Amasty\Rewards\Api\Data\HighlightInterface $amastyRewardsHighlight);
}