pirep and any associated data // Cost may be skipped at all if not needed // Notes will be used as transaction group and it is how it will show as a line item /* $fares[] = new Fare([ 'name' => 'Duty Free Sales', 'type' => FareType::PASSENGER, 'price' => 985, 'cost' => 126, 'notes' => 'InFlight Sales', ]); */ return $fares; } }