Uses of Class
travel.wink.sdk.extranet.model.UpsertRatePlanRequestSupplier
Packages that use UpsertRatePlanRequestSupplier
-
Uses of UpsertRatePlanRequestSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertRatePlanRequestSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RatePlanViewSupplier>RatePlanApi.createRatePlan(String hotelIdentifier, UpsertRatePlanRequestSupplier upsertRatePlanRequestSupplier, String winkVersion) Create Rate Plan Create a new rate planreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RatePlanViewSupplier>>RatePlanApi.createRatePlanWithHttpInfo(String hotelIdentifier, UpsertRatePlanRequestSupplier upsertRatePlanRequestSupplier, String winkVersion) Create Rate Plan Create a new rate planorg.springframework.web.reactive.function.client.WebClient.ResponseSpecRatePlanApi.createRatePlanWithResponseSpec(String hotelIdentifier, UpsertRatePlanRequestSupplier upsertRatePlanRequestSupplier, String winkVersion) Create Rate Plan Create a new rate planreactor.core.publisher.Mono<RatePlanViewSupplier>RatePlanApi.updateRatePlan(String hotelIdentifier, String ratePlanIdentifier, UpsertRatePlanRequestSupplier upsertRatePlanRequestSupplier, String winkVersion) Update Rate Plan Update an existing rate plan by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RatePlanViewSupplier>>RatePlanApi.updateRatePlanWithHttpInfo(String hotelIdentifier, String ratePlanIdentifier, UpsertRatePlanRequestSupplier upsertRatePlanRequestSupplier, String winkVersion) Update Rate Plan Update an existing rate plan by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecRatePlanApi.updateRatePlanWithResponseSpec(String hotelIdentifier, String ratePlanIdentifier, UpsertRatePlanRequestSupplier upsertRatePlanRequestSupplier, String winkVersion) Update Rate Plan Update an existing rate plan by its identifier -
Uses of UpsertRatePlanRequestSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertRatePlanRequestSupplierModifier and TypeMethodDescriptionUpsertRatePlanRequestSupplier.addRatePlanLevelFeesItem(RatePlanLevelFeeSupplier ratePlanLevelFeesItem) UpsertRatePlanRequestSupplier.allInclusive(Boolean allInclusive) UpsertRatePlanRequestSupplier.allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) UpsertRatePlanRequestSupplier.arrivalDaysOfWeek(DowPatternGroupSupplier arrivalDaysOfWeek) UpsertRatePlanRequestSupplier.availableDaysOfWeek(DowPatternGroupSupplier availableDaysOfWeek) UpsertRatePlanRequestSupplier.cancellationPolicyExceptions(UpsertCancellationPolicyExceptionsSupplier cancellationPolicyExceptions) UpsertRatePlanRequestSupplier.cancellationPolicyIdentifier(String cancellationPolicyIdentifier) UpsertRatePlanRequestSupplier.departureDaysOfWeek(DowPatternGroupSupplier departureDaysOfWeek) UpsertRatePlanRequestSupplier.earlyCheckInCharge(VariableChargeSupplier earlyCheckInCharge) UpsertRatePlanRequestSupplier.extraChildRateModifier(VariableChargeSupplier extraChildRateModifier) UpsertRatePlanRequestSupplier.extraPaxRateModifier(VariableChargeSupplier extraPaxRateModifier) UpsertRatePlanRequestSupplier.lateCheckOutCharge(VariableChargeSupplier lateCheckOutCharge) UpsertRatePlanRequestSupplier.loyaltyPointsAccrue(Boolean loyaltyPointsAccrue) UpsertRatePlanRequestSupplier.maxAdvanceBookingOffset(Integer maxAdvanceBookingOffset) UpsertRatePlanRequestSupplier.maxTotalOccupancy(Integer maxTotalOccupancy) UpsertRatePlanRequestSupplier.minAdvanceBookingOffset(Integer minAdvanceBookingOffset) UpsertRatePlanRequestSupplier.minTotalOccupancy(Integer minTotalOccupancy) UpsertRatePlanRequestSupplier.ratePlanLevelFees(List<RatePlanLevelFeeSupplier> ratePlanLevelFees) UpsertRatePlanRequestSupplier.requiredDaysOfWeek(DowPatternGroupSupplier requiredDaysOfWeek) UpsertRatePlanRequestSupplier.sellEndDate(LocalDate sellEndDate) UpsertRatePlanRequestSupplier.sellStartDate(LocalDate sellStartDate) UpsertRatePlanRequestSupplier.singleOccupancyRateModifier(VariableChargeSupplier singleOccupancyRateModifier) UpsertRatePlanRequestSupplier.stayEndDate(LocalDate stayEndDate) UpsertRatePlanRequestSupplier.stayStartDate(LocalDate stayStartDate)