We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d424848 commit 9b5deafCopy full SHA for 9b5deaf
src/main/java/com/amadeus/resources/HotelBooking.java
@@ -14,7 +14,7 @@ protected HotelBooking() {}
14
private @Getter String type;
15
private @Getter String id;
16
private @Getter String providerConfirmationId;
17
- private @Getter AssociatedRecord associatedRecords;
+ private @Getter AssociatedRecord[] associatedRecords;
18
19
@ToString
20
public class AssociatedRecord {
0 commit comments