Skip to content

v1.1.1 - Bug fix sub-attributes accessors not accessible

Compare
Choose a tag to compare
@anthonyroux anthonyroux released this 09 Oct 18:32
· 520 commits to master since this release

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()