| Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/Api/Data/SalesQuote/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Rewards/Api/Data/SalesQuote/EntityInterface.php |
<?php
declare(strict_types=1);
/**
* @author Amasty Team
* @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
* @package Reward Points Base for Magento 2
*/
namespace Amasty\Rewards\Api\Data\SalesQuote;
interface EntityInterface
{
public const POINTS_EARN = 'am_earn_reward_points';
public const POINTS_SPENT = 'am_spent_reward_points';
}