* * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Payment\Contracts; /** * @package Payment\Contracts * @author : Leo * @email : dayugog@gmail.com * @date : 2019/3/28 10:31 PM * @version : 1.0.0 * @desc : **/ interface ICouponProxy { }