Uses of Class
travel.wink.sdk.booking.model.CancellationPolicyLightweightAuthenticatedEntity
Packages that use CancellationPolicyLightweightAuthenticatedEntity
-
Uses of CancellationPolicyLightweightAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return CancellationPolicyLightweightAuthenticatedEntityModifier and TypeMethodDescriptionCancellationPolicyLightweightAuthenticatedEntity.advanceCancellationFreeOfCharge(CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge) @NotNull @Valid CancellationPolicyLightweightAuthenticatedEntityRoomStayAuthenticatedEntity.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 CancellationPolicyLightweightAuthenticatedEntityCancellationPolicyExceptionAuthenticatedEntity.getCancellationPolicy()Cancellation policyRoomConfigurationPriceRatePlanAuthenticatedEntity.getCancellationPolicy()The cancellation policy for this rate plan.CancellationPolicyLightweightAuthenticatedEntity.hotelIdentifier(UUID hotelIdentifier) CancellationPolicyLightweightAuthenticatedEntity.identifier(UUID identifier) CancellationPolicyLightweightAuthenticatedEntity.nonRefundableAfterDeadlineCancellationCharge(CancellationPolicyLightweightAuthenticatedEntity.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge) CancellationPolicyLightweightAuthenticatedEntity.nonRefundableCancellationCharge(CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) CancellationPolicyLightweightAuthenticatedEntity.nonRefundableDeadline(CancellationPolicyLightweightAuthenticatedEntity.NonRefundableDeadlineEnum nonRefundableDeadline) CancellationPolicyLightweightAuthenticatedEntity.noShowCharge(CancellationPolicyLightweightAuthenticatedEntity.NoShowChargeEnum noShowCharge) CancellationPolicyLightweightAuthenticatedEntity.policyCode(String policyCode) CancellationPolicyLightweightAuthenticatedEntity.refundable(Boolean refundable) CancellationPolicyLightweightAuthenticatedEntity.refundableCancellationCharge(CancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnum refundableCancellationCharge) Methods in travel.wink.sdk.booking.model with parameters of type CancellationPolicyLightweightAuthenticatedEntityModifier and TypeMethodDescriptionRoomStayAuthenticatedEntity.activeCancellationPolicy(CancellationPolicyLightweightAuthenticatedEntity activeCancellationPolicy) CancellationPolicyExceptionAuthenticatedEntity.cancellationPolicy(CancellationPolicyLightweightAuthenticatedEntity cancellationPolicy) RoomConfigurationPriceRatePlanAuthenticatedEntity.cancellationPolicy(CancellationPolicyLightweightAuthenticatedEntity cancellationPolicy) voidRoomStayAuthenticatedEntity.setActiveCancellationPolicy(CancellationPolicyLightweightAuthenticatedEntity activeCancellationPolicy) voidCancellationPolicyExceptionAuthenticatedEntity.setCancellationPolicy(CancellationPolicyLightweightAuthenticatedEntity cancellationPolicy) voidRoomConfigurationPriceRatePlanAuthenticatedEntity.setCancellationPolicy(CancellationPolicyLightweightAuthenticatedEntity cancellationPolicy)