<?php
namespace App\Enums;
enum DealerWalletAction: int {
case WithdrawBank = 4;
case WithdrawFiled = 6;
}