Uses of Class
travel.wink.sdk.travel.agent.model.CancellationPolicyAgent
Packages that use CancellationPolicyAgent
-
Uses of CancellationPolicyAgent in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return CancellationPolicyAgentModifier and TypeMethodDescriptionCancellationPolicyAgent.advanceCancellationFreeOfCharge(CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge) @NotNull @Valid CancellationPolicyAgentRoomStayAgent.getActiveCancellationPolicy()Get activeCancellationPolicy@NotNull @Valid CancellationPolicyAgentCancellationPolicyExceptionAgent.getCancellationPolicy()Get cancellationPolicy@Valid CancellationPolicyAgentRoomConfigurationPriceRatePlanAgent.getCancellationPolicy()Get cancellationPolicyCancellationPolicyAgent.hotelIdentifier(UUID hotelIdentifier) CancellationPolicyAgent.identifier(UUID identifier) CancellationPolicyAgent.nonRefundableAfterDeadlineCancellationCharge(CancellationPolicyAgent.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge) CancellationPolicyAgent.nonRefundableCancellationCharge(CancellationPolicyAgent.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) CancellationPolicyAgent.nonRefundableDeadline(CancellationPolicyAgent.NonRefundableDeadlineEnum nonRefundableDeadline) CancellationPolicyAgent.noShowCharge(CancellationPolicyAgent.NoShowChargeEnum noShowCharge) CancellationPolicyAgent.policyCode(String policyCode) CancellationPolicyAgent.refundable(Boolean refundable) CancellationPolicyAgent.refundableCancellationCharge(CancellationPolicyAgent.RefundableCancellationChargeEnum refundableCancellationCharge) Methods in travel.wink.sdk.travel.agent.model with parameters of type CancellationPolicyAgentModifier and TypeMethodDescriptionRoomStayAgent.activeCancellationPolicy(CancellationPolicyAgent activeCancellationPolicy) CancellationPolicyExceptionAgent.cancellationPolicy(CancellationPolicyAgent cancellationPolicy) RoomConfigurationPriceRatePlanAgent.cancellationPolicy(CancellationPolicyAgent cancellationPolicy) voidRoomStayAgent.setActiveCancellationPolicy(CancellationPolicyAgent activeCancellationPolicy) voidCancellationPolicyExceptionAgent.setCancellationPolicy(CancellationPolicyAgent cancellationPolicy) voidRoomConfigurationPriceRatePlanAgent.setCancellationPolicy(CancellationPolicyAgent cancellationPolicy)