v1.1.1 - Bug fix sub-attributes accessors not accessible
Some sub-attributes of the responses were not accessible.
You can now do (for example):
Airport & City Search:
locations[0].getAddress().getCityCode()
Hotel Search:
offers[i].getHotel().getCityCode()