Uses of Class
travel.wink.sdk.booking.model.CancellationPolicyLightweightBooker
Packages that use CancellationPolicyLightweightBooker
-
Uses of CancellationPolicyLightweightBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return CancellationPolicyLightweightBookerModifier and TypeMethodDescriptionCancellationPolicyLightweightBooker.advanceCancellationFreeOfCharge(CancellationPolicyLightweightBooker.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge) @NotNull @Valid CancellationPolicyLightweightBookerRoomStayBooker.getActiveCancellationPolicy()Based on the itinerary, the cancellation policy could be taken directly from the rate plan or it could be a policy exception also listed on the rate plan@NotNull @Valid CancellationPolicyLightweightBookerCancellationPolicyExceptionBooker.getCancellationPolicy()Cancellation policyRoomConfigurationPriceRatePlanBooker.getCancellationPolicy()The cancellation policy for this rate plan.CancellationPolicyLightweightBooker.hotelIdentifier(UUID hotelIdentifier) CancellationPolicyLightweightBooker.identifier(UUID identifier) CancellationPolicyLightweightBooker.nonRefundableAfterDeadlineCancellationCharge(CancellationPolicyLightweightBooker.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge) CancellationPolicyLightweightBooker.nonRefundableCancellationCharge(CancellationPolicyLightweightBooker.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) CancellationPolicyLightweightBooker.nonRefundableDeadline(CancellationPolicyLightweightBooker.NonRefundableDeadlineEnum nonRefundableDeadline) CancellationPolicyLightweightBooker.noShowCharge(CancellationPolicyLightweightBooker.NoShowChargeEnum noShowCharge) CancellationPolicyLightweightBooker.policyCode(String policyCode) CancellationPolicyLightweightBooker.refundable(Boolean refundable) CancellationPolicyLightweightBooker.refundableCancellationCharge(CancellationPolicyLightweightBooker.RefundableCancellationChargeEnum refundableCancellationCharge) Methods in travel.wink.sdk.booking.model with parameters of type CancellationPolicyLightweightBookerModifier and TypeMethodDescriptionRoomStayBooker.activeCancellationPolicy(CancellationPolicyLightweightBooker activeCancellationPolicy) CancellationPolicyExceptionBooker.cancellationPolicy(CancellationPolicyLightweightBooker cancellationPolicy) RoomConfigurationPriceRatePlanBooker.cancellationPolicy(CancellationPolicyLightweightBooker cancellationPolicy) voidRoomStayBooker.setActiveCancellationPolicy(CancellationPolicyLightweightBooker activeCancellationPolicy) voidCancellationPolicyExceptionBooker.setCancellationPolicy(CancellationPolicyLightweightBooker cancellationPolicy) voidRoomConfigurationPriceRatePlanBooker.setCancellationPolicy(CancellationPolicyLightweightBooker cancellationPolicy)