Uses of Class
travel.wink.sdk.extranet.model.UpsertCancellationPolicyRequestSupplier
Packages that use UpsertCancellationPolicyRequestSupplier
-
Uses of UpsertCancellationPolicyRequestSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertCancellationPolicyRequestSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CancellationPolicyViewSupplier>CancellationPolicyApi.createCancellationPolicy(String hotelIdentifier, UpsertCancellationPolicyRequestSupplier upsertCancellationPolicyRequestSupplier, String winkVersion) Create Cancellation Policy Create a new cancellation policyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CancellationPolicyViewSupplier>>CancellationPolicyApi.createCancellationPolicyWithHttpInfo(String hotelIdentifier, UpsertCancellationPolicyRequestSupplier upsertCancellationPolicyRequestSupplier, String winkVersion) Create Cancellation Policy Create a new cancellation policyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecCancellationPolicyApi.createCancellationPolicyWithResponseSpec(String hotelIdentifier, UpsertCancellationPolicyRequestSupplier upsertCancellationPolicyRequestSupplier, String winkVersion) Create Cancellation Policy Create a new cancellation policyreactor.core.publisher.Mono<CancellationPolicyViewSupplier>CancellationPolicyApi.updateCancellationPolicy(String hotelIdentifier, String cancellationPolicyIdentifier, UpsertCancellationPolicyRequestSupplier upsertCancellationPolicyRequestSupplier, String winkVersion) Update Cancellation Policy Update a cancellation policy by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CancellationPolicyViewSupplier>>CancellationPolicyApi.updateCancellationPolicyWithHttpInfo(String hotelIdentifier, String cancellationPolicyIdentifier, UpsertCancellationPolicyRequestSupplier upsertCancellationPolicyRequestSupplier, String winkVersion) Update Cancellation Policy Update a cancellation policy by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecCancellationPolicyApi.updateCancellationPolicyWithResponseSpec(String hotelIdentifier, String cancellationPolicyIdentifier, UpsertCancellationPolicyRequestSupplier upsertCancellationPolicyRequestSupplier, String winkVersion) Update Cancellation Policy Update a cancellation policy by its identifier -
Uses of UpsertCancellationPolicyRequestSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertCancellationPolicyRequestSupplierModifier and TypeMethodDescriptionUpsertCancellationPolicyRequestSupplier.advanceCancellationFreeOfCharge(UpsertCancellationPolicyRequestSupplier.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge) UpsertCancellationPolicyRequestSupplier.nonRefundableAfterDeadlineCancellationCharge(UpsertCancellationPolicyRequestSupplier.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge) UpsertCancellationPolicyRequestSupplier.nonRefundableCancellationCharge(UpsertCancellationPolicyRequestSupplier.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) UpsertCancellationPolicyRequestSupplier.nonRefundableDeadline(UpsertCancellationPolicyRequestSupplier.NonRefundableDeadlineEnum nonRefundableDeadline) UpsertCancellationPolicyRequestSupplier.noShowCharge(UpsertCancellationPolicyRequestSupplier.NoShowChargeEnum noShowCharge) UpsertCancellationPolicyRequestSupplier.refundable(Boolean refundable) UpsertCancellationPolicyRequestSupplier.refundableCancellationCharge(UpsertCancellationPolicyRequestSupplier.RefundableCancellationChargeEnum refundableCancellationCharge)