| Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/src/Interfaces/ |
| Current File : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/src/Interfaces/Discount.php |
<?php
declare(strict_types=1);
namespace Bavix\Wallet\Interfaces;
interface Discount
{
public function getPersonalDiscount(Customer $customer): float|int;
}