'int', 'id_network' => 'int', 'is_verified' => 'bool', 'was_treated' => 'bool' ]; protected $fillable = [ 'id_transaction', 'user_code', 'iban', 'id_bank_country', 'id_network', 'is_verified', 'was_treated' ]; }