Uses of Class
travel.wink.sdk.extranet.model.UpsertCancellationPolicyRequest
Packages that use UpsertCancellationPolicyRequest
-
Uses of UpsertCancellationPolicyRequest in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertCancellationPolicyRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CancellationPolicyView>CancellationPolicyApi.createCancellationPolicy(String hotelIdentifier, UpsertCancellationPolicyRequest upsertCancellationPolicyRequest) Create Cancellation Policy Create a new cancellation policyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CancellationPolicyView>>CancellationPolicyApi.createCancellationPolicyWithHttpInfo(String hotelIdentifier, UpsertCancellationPolicyRequest upsertCancellationPolicyRequest) reactor.core.publisher.Mono<CancellationPolicyView>CancellationPolicyApi.updateCancellationPolicy(String hotelIdentifier, String cancellationPolicyIdentifier, UpsertCancellationPolicyRequest upsertCancellationPolicyRequest) Update Cancellation Policy Update a cancellation policy by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CancellationPolicyView>>CancellationPolicyApi.updateCancellationPolicyWithHttpInfo(String hotelIdentifier, String cancellationPolicyIdentifier, UpsertCancellationPolicyRequest upsertCancellationPolicyRequest) -
Uses of UpsertCancellationPolicyRequest in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertCancellationPolicyRequestModifier and TypeMethodDescriptionUpsertCancellationPolicyRequest.advanceCancellationFreeOfCharge(UpsertCancellationPolicyRequest.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge) UpsertCancellationPolicyRequest.nonRefundableAfterDeadlineCancellationCharge(UpsertCancellationPolicyRequest.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge) UpsertCancellationPolicyRequest.nonRefundableCancellationCharge(UpsertCancellationPolicyRequest.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) UpsertCancellationPolicyRequest.nonRefundableDeadline(UpsertCancellationPolicyRequest.NonRefundableDeadlineEnum nonRefundableDeadline) UpsertCancellationPolicyRequest.noShowCharge(UpsertCancellationPolicyRequest.NoShowChargeEnum noShowCharge) UpsertCancellationPolicyRequest.refundable(Boolean refundable) UpsertCancellationPolicyRequest.refundableCancellationCharge(UpsertCancellationPolicyRequest.RefundableCancellationChargeEnum refundableCancellationCharge)