Skip to content

Commit 9b5deaf

Browse files
committed
update associatedRecords in hotelBooking model
1 parent d424848 commit 9b5deaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amadeus/resources/HotelBooking.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protected HotelBooking() {}
1414
private @Getter String type;
1515
private @Getter String id;
1616
private @Getter String providerConfirmationId;
17-
private @Getter AssociatedRecord associatedRecords;
17+
private @Getter AssociatedRecord[] associatedRecords;
1818

1919
@ToString
2020
public class AssociatedRecord {

0 commit comments

Comments
 (0)