Uses of Class
travel.wink.sdk.affiliate.browse.model.CustomMonetaryAmount
Packages that use CustomMonetaryAmount
-
Uses of CustomMonetaryAmount in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return CustomMonetaryAmountModifier and TypeMethodDescriptionCustomMonetaryAmount.amount(BigDecimal amount) @Valid CustomMonetaryAmountInventoryAggregateLightweightAffiliate.getLowestDisplayPrice()Best price of the room type or facility ancillary in platform currency@Valid CustomMonetaryAmountInventorySupplierAggregateLightweightAffiliate.getLowestDisplayPrice()Best price of the room type or facility ancillary in platform currency@Valid CustomMonetaryAmountStaticListItemInventoryAffiliate.getLowestDisplayPrice()Best price of the room type or facility ancillary in platform currency@Valid CustomMonetaryAmountInventoryAggregateLightweightAffiliate.getLowestPrice()Best price of the room type or facility ancillary@Valid CustomMonetaryAmountInventorySupplierAggregateLightweightAffiliate.getLowestPrice()Best price of the room type or facility ancillary@Valid CustomMonetaryAmountStaticListItemInventoryAffiliate.getLowestPrice()Best price of the room type or facility ancillary@Valid CustomMonetaryAmountPropertyPolicyAffiliate.getPetCharge()If pets are allowed, property can tell travelers if there is a charge applicable for the pet.Methods in travel.wink.sdk.affiliate.browse.model with parameters of type CustomMonetaryAmountModifier and TypeMethodDescriptionInventoryAggregateLightweightAffiliate.lowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) InventorySupplierAggregateLightweightAffiliate.lowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) StaticListItemInventoryAffiliate.lowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) InventoryAggregateLightweightAffiliate.lowestPrice(CustomMonetaryAmount lowestPrice) InventorySupplierAggregateLightweightAffiliate.lowestPrice(CustomMonetaryAmount lowestPrice) StaticListItemInventoryAffiliate.lowestPrice(CustomMonetaryAmount lowestPrice) PropertyPolicyAffiliate.petCharge(CustomMonetaryAmount petCharge) voidInventoryAggregateLightweightAffiliate.setLowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) voidInventorySupplierAggregateLightweightAffiliate.setLowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) voidStaticListItemInventoryAffiliate.setLowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) voidInventoryAggregateLightweightAffiliate.setLowestPrice(CustomMonetaryAmount lowestPrice) voidInventorySupplierAggregateLightweightAffiliate.setLowestPrice(CustomMonetaryAmount lowestPrice) voidStaticListItemInventoryAffiliate.setLowestPrice(CustomMonetaryAmount lowestPrice) voidPropertyPolicyAffiliate.setPetCharge(CustomMonetaryAmount petCharge)