Uses of Class
travel.wink.sdk.extranet.model.ExtraChargesSupplier
Packages that use ExtraChargesSupplier
-
Uses of ExtraChargesSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ExtraChargesSupplierModifier and TypeMethodDescriptionExtraChargesSupplier.addItemsItem(ExtraChargeSupplier itemsItem) @NotNull @Valid ExtraChargesSupplierRoomConfigurationPriceSupplier.getExtraCharges()Get extraCharges@NotNull @Valid ExtraChargesSupplierRoomStaySupplier.getExtraCharges()Get extraChargesExtraChargesSupplier.internalTotal(MoneysSupplier internalTotal) ExtraChargesSupplier.items(List<ExtraChargeSupplier> items) ExtraChargesSupplier.sourceTotal(MoneysSupplier sourceTotal) ExtraChargesSupplier.userSpecifiedCurrencyTotal(MoneysSupplier userSpecifiedCurrencyTotal) Methods in travel.wink.sdk.extranet.model with parameters of type ExtraChargesSupplierModifier and TypeMethodDescriptionRoomConfigurationPriceSupplier.extraCharges(ExtraChargesSupplier extraCharges) RoomStaySupplier.extraCharges(ExtraChargesSupplier extraCharges) voidRoomConfigurationPriceSupplier.setExtraCharges(ExtraChargesSupplier extraCharges) voidRoomStaySupplier.setExtraCharges(ExtraChargesSupplier extraCharges)