$this->faker->randomNumber(9, true) , 'amount' => $this->faker->randomFloat(2, 10, 10000) , 'currency_id' => '1', 'account_type' => 'creditCard', 'category_id' => 1, 'category_type' => 'Random' , 'date' => $this->faker->date('Y-m-d') , 'bank_account_id' => 1 , 'description' =>$this->faker->words(5, true) , 'status_id'=> 1, 'base_type' => (bool)rand(0, 1) ? 'CREDIT' : 'DEBIT', ]; } }