Skip to content

Commit

Permalink
add middle name in Traveler model
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Jun 5, 2024
1 parent 1eaa079 commit 5c36c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/amadeus/resources/FlightOrder.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public static class Name {

private @Getter @Setter String firstName;
private @Getter @Setter String lastName;
private @Getter @Setter String middleName;
}

@AllArgsConstructor
Expand Down

0 comments on commit 5c36c7e

Please sign in to comment.