Uses of Class
travel.wink.sdk.extranet.model.ExtraChargeSupplier
Packages that use ExtraChargeSupplier
-
Uses of ExtraChargeSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ExtraChargeSupplierModifier and TypeMethodDescriptionExtraChargeSupplier.price(LocalizedPriceSupplier price) ExtraChargeSupplier.ratePlanLevelFee(RatePlanLevelFeeSupplier ratePlanLevelFee) ExtraChargeSupplier.unitPrice(LocalizedPriceSupplier unitPrice) Methods in travel.wink.sdk.extranet.model that return types with arguments of type ExtraChargeSupplierModifier and TypeMethodDescription@Valid List<ExtraChargeSupplier>ExtraChargesSupplier.getItems()List of extra charges that applies to the rate plan.Methods in travel.wink.sdk.extranet.model with parameters of type ExtraChargeSupplierModifier and TypeMethodDescriptionExtraChargesSupplier.addItemsItem(ExtraChargeSupplier itemsItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type ExtraChargeSupplierModifier and TypeMethodDescriptionExtraChargesSupplier.items(List<ExtraChargeSupplier> items) voidExtraChargesSupplier.setItems(List<ExtraChargeSupplier> items)