Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/tests/Infra/Values/
Upload File :
Current File : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/tests/Infra/Values/Money.php

<?php

declare(strict_types=1);

namespace Bavix\Wallet\Test\Infra\Values;

final class Money
{
    public function __construct(
        public readonly string $amount,
        public readonly string $currency,
    ) {
    }
}