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.
2 parents 6bc80c2 + 9b5deaf commit fc4cc76Copy full SHA for fc4cc76
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