Uses of Class
travel.wink.sdk.extranet.model.UpsertRatePlanRequest
Packages that use UpsertRatePlanRequest
-
Uses of UpsertRatePlanRequest in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertRatePlanRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RatePlanView>RatePlanApi.createRatePlan(String hotelIdentifier, UpsertRatePlanRequest upsertRatePlanRequest) Create Rate Plan Create a new rate planreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RatePlanView>>RatePlanApi.createRatePlanWithHttpInfo(String hotelIdentifier, UpsertRatePlanRequest upsertRatePlanRequest) reactor.core.publisher.Mono<RatePlanView>RatePlanApi.updateRatePlan(String hotelIdentifier, String ratePlanIdentifier, UpsertRatePlanRequest upsertRatePlanRequest) Update Rate Plan Update an existing rate plan by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RatePlanView>>RatePlanApi.updateRatePlanWithHttpInfo(String hotelIdentifier, String ratePlanIdentifier, UpsertRatePlanRequest upsertRatePlanRequest) -
Uses of UpsertRatePlanRequest in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertRatePlanRequestModifier and TypeMethodDescriptionUpsertRatePlanRequest.addRatePlanLevelFeesItem(RatePlanLevelFee ratePlanLevelFeesItem) UpsertRatePlanRequest.allInclusive(Boolean allInclusive) UpsertRatePlanRequest.allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) UpsertRatePlanRequest.arrivalDaysOfWeek(RatePlanArrivalDaysOfWeek arrivalDaysOfWeek) UpsertRatePlanRequest.availableDaysOfWeek(RatePlanAvailableDaysOfWeek availableDaysOfWeek) UpsertRatePlanRequest.cancellationPolicyExceptions(UpsertCancellationPolicyExceptions cancellationPolicyExceptions) UpsertRatePlanRequest.cancellationPolicyIdentifier(String cancellationPolicyIdentifier) UpsertRatePlanRequest.departureDaysOfWeek(RatePlanDepartureDaysOfWeek departureDaysOfWeek) UpsertRatePlanRequest.earlyCheckInCharge(RatePlanEarlyCheckInCharge earlyCheckInCharge) UpsertRatePlanRequest.extraChildRateModifier(RatePlanExtraChildRateModifier extraChildRateModifier) UpsertRatePlanRequest.extraPaxRateModifier(RatePlanExtraPaxRateModifier extraPaxRateModifier) UpsertRatePlanRequest.lateCheckOutCharge(RatePlanLateCheckOutCharge lateCheckOutCharge) UpsertRatePlanRequest.loyaltyPointsAccrue(Boolean loyaltyPointsAccrue) UpsertRatePlanRequest.maxAdvanceBookingOffset(Integer maxAdvanceBookingOffset) UpsertRatePlanRequest.maxTotalOccupancy(Integer maxTotalOccupancy) UpsertRatePlanRequest.minAdvanceBookingOffset(Integer minAdvanceBookingOffset) UpsertRatePlanRequest.minTotalOccupancy(Integer minTotalOccupancy) UpsertRatePlanRequest.ratePlanLevelFees(List<RatePlanLevelFee> ratePlanLevelFees) UpsertRatePlanRequest.requiredDaysOfWeek(RatePlanRequiredDaysOfWeek requiredDaysOfWeek) UpsertRatePlanRequest.sellEndDate(LocalDate sellEndDate) UpsertRatePlanRequest.sellStartDate(LocalDate sellStartDate) UpsertRatePlanRequest.singleOccupancyRateModifier(RatePlanSingleOccupancyRateModifier singleOccupancyRateModifier) UpsertRatePlanRequest.stayEndDate(LocalDate stayEndDate) UpsertRatePlanRequest.stayStartDate(LocalDate stayStartDate)