Uses of Class
travel.wink.sdk.booking.model.ExtraChargeBooker
Packages that use ExtraChargeBooker
-
Uses of ExtraChargeBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return ExtraChargeBookerModifier and TypeMethodDescriptionExtraChargeBooker.price(LocalizedPriceBooker price) ExtraChargeBooker.ratePlanLevelFee(Object ratePlanLevelFee) ExtraChargeBooker.unitPrice(LocalizedPriceBooker unitPrice) Methods in travel.wink.sdk.booking.model that return types with arguments of type ExtraChargeBookerModifier and TypeMethodDescription@Valid List<ExtraChargeBooker>ExtraChargesBooker.getItems()List of extra charges that applies to the rate plan.Methods in travel.wink.sdk.booking.model with parameters of type ExtraChargeBookerMethod parameters in travel.wink.sdk.booking.model with type arguments of type ExtraChargeBookerModifier and TypeMethodDescriptionExtraChargesBooker.items(List<ExtraChargeBooker> items) voidExtraChargesBooker.setItems(List<ExtraChargeBooker> items)