pirep, and any associated data # The transaction group is how it will show as a line item /*$expenses[] = new Expense([ 'type' => ExpenseType::FLIGHT, 'amount' => 15000, # $150 'transaction_group' => '', 'charge_to_user' => true|false ]);*/ return $expenses; } }