Uses of Class
travel.wink.sdk.booking.model.PersonalBooker
Packages that use PersonalBooker
-
Uses of PersonalBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PersonalBookerModifier and TypeMethodDescriptionPersonalBooker.addContactPersonItem(Object contactPersonItem) PersonalBooker.addPetInfoItem(Object petInfoItem) PersonalBooker.addPhysChallNameItem(Object physChallNameItem) PersonalBooker.childQuantity(Integer childQuantity) PersonalBooker.citizenship(String citizenship) PersonalBooker.contactPerson(List<Object> contactPerson) PersonalBooker.gender(PersonalBooker.GenderEnum gender) @NotNull @Valid PersonalBookerProfileLightweightBooker.getPersonal()Detailed customer information for this profilePersonalBooker.maritalStatus(PersonalBooker.MaritalStatusEnum maritalStatus) PersonalBooker.physChallName(List<Object> physChallName) PersonalBooker.postalCode(String postalCode) PersonalBooker.preferredCurrency(String preferredCurrency) Methods in travel.wink.sdk.booking.model with parameters of type PersonalBookerModifier and TypeMethodDescriptionProfileLightweightBooker.personal(PersonalBooker personal) voidProfileLightweightBooker.setPersonal(PersonalBooker personal)