['required', 'string', 'min:2'], 'amount' => ['required', 'numeric'], 'charge_type' => ['required', 'in:add,deduct'], 'due_date' => ['nullable', 'date_format:Y-m-d'], 'description' => ['nullable', 'string'], ]; } }