Uses of Class
travel.wink.sdk.user.settings.model.CustomMonetaryAmount
Packages that use CustomMonetaryAmount
-
Uses of CustomMonetaryAmount in travel.wink.sdk.user.settings.model
Methods in travel.wink.sdk.user.settings.model that return CustomMonetaryAmountModifier and TypeMethodDescriptionCustomMonetaryAmount.amount(BigDecimal amount) @Valid CustomMonetaryAmountInventoryAuthenticatedEntity.getLowestDisplayPrice()Best price of the room type or facility ancillary in platform currency@Valid CustomMonetaryAmountInventoryAuthenticatedEntity.getLowestPrice()Best price of the room type or facility ancillaryMethods in travel.wink.sdk.user.settings.model with parameters of type CustomMonetaryAmountModifier and TypeMethodDescriptionInventoryAuthenticatedEntity.lowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) InventoryAuthenticatedEntity.lowestPrice(CustomMonetaryAmount lowestPrice) voidInventoryAuthenticatedEntity.setLowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) voidInventoryAuthenticatedEntity.setLowestPrice(CustomMonetaryAmount lowestPrice)