Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/src/Interfaces/
Upload File :
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;
}