Uses of Class
travel.wink.sdk.extranet.booking.model.PerkLightweightSupplierDetails
Packages that use PerkLightweightSupplierDetails
-
Uses of PerkLightweightSupplierDetails in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return PerkLightweightSupplierDetailsModifier and TypeMethodDescriptionPerkLightweightSupplierDetails.addDescriptionsItem(SimpleDescriptionSupplierDetails descriptionsItem) PerkLightweightSupplierDetails.descriptions(List<@Valid SimpleDescriptionSupplierDetails> descriptions) PerkLightweightSupplierDetails.guaranteed(Boolean guaranteed) PerkLightweightSupplierDetails.identifier(String identifier) Methods in travel.wink.sdk.extranet.booking.model that return types with arguments of type PerkLightweightSupplierDetailsModifier and TypeMethodDescription@Valid List<@Valid PerkLightweightSupplierDetails> RoomStaySupplierDetails.getPerkTypes()List of perks that came with the master rateMethods in travel.wink.sdk.extranet.booking.model with parameters of type PerkLightweightSupplierDetailsModifier and TypeMethodDescriptionRoomStaySupplierDetails.addPerkTypesItem(PerkLightweightSupplierDetails perkTypesItem) Method parameters in travel.wink.sdk.extranet.booking.model with type arguments of type PerkLightweightSupplierDetailsModifier and TypeMethodDescriptionRoomStaySupplierDetails.perkTypes(List<@Valid PerkLightweightSupplierDetails> perkTypes) voidRoomStaySupplierDetails.setPerkTypes(List<@Valid PerkLightweightSupplierDetails> perkTypes)