Uses of Class
travel.wink.sdk.payment.model.BookingContract
Packages that use BookingContract
-
Uses of BookingContract in travel.wink.sdk.payment.api
Methods in travel.wink.sdk.payment.api that return types with arguments of type BookingContractModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingContract>ContractApi.cancelBookingContract(String identifier, CancelBookingContractRequest cancelBookingContractRequest) Cancel booking Cancels a booking contract.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingContract>>ContractApi.cancelBookingContractWithHttpInfo(String identifier, CancelBookingContractRequest cancelBookingContractRequest) reactor.core.publisher.Flux<BookingContract>ContractApi.cancelGroupBookingContract(String traceId, CancelBookingContractRequest cancelBookingContractRequest) Cancel group bookings Cancels a group booking contract.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BookingContract>>>ContractApi.cancelGroupBookingContractWithHttpInfo(String traceId, CancelBookingContractRequest cancelBookingContractRequest) reactor.core.publisher.Mono<BookingContract>ContractApi.showContract(String identifier, String accept) Retrieve single contract Returns a booking contract by its unique identifier.reactor.core.publisher.Flux<BookingContract>ContractApi.showContracts(String traceId, String accept) Retrieve multiple contracts Returns booking contracts matching traceId.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BookingContract>>>ContractApi.showContractsWithHttpInfo(String traceId, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingContract>>ContractApi.showContractWithHttpInfo(String identifier, String accept) -
Uses of BookingContract in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return BookingContractModifier and TypeMethodDescriptionBookingContract.addItemListItem(BookingContractItem itemListItem) BookingContract.cancellableBySupplier(Boolean cancellableBySupplier) BookingContract.cancellableByTraveler(Boolean cancellableByTraveler) BookingContract.cancellableWithNoCharges(Boolean cancellableWithNoCharges) BookingContract.cancellableWithPotentialCharges(Boolean cancellableWithPotentialCharges) BookingContract.cancellationType(BookingContract.CancellationTypeEnum cancellationType) BookingContract.cancelledOn(OffsetDateTime cancelledOn) BookingContract.canceller(BookingContract.CancellerEnum canceller) BookingContract.cancellerUserIdentifier(UUID cancellerUserIdentifier) BookingContract.cancelReason(String cancelReason) BookingContract.capturePriceQuote(Quote capturePriceQuote) BookingContract.createdDate(OffsetDateTime createdDate) BookingContract.displayPriceQuote(Quote displayPriceQuote) BookingContract.externalSupplierBookingCode(String externalSupplierBookingCode) BookingContract.externalSupplierIdentifier(String externalSupplierIdentifier) BookingContract.fundsProcessed(Boolean fundsProcessed) @NotNull @Valid BookingContractBookingContractResponse.getContract()Get contractBookingContract.identifier(String identifier) BookingContract.internalPriceQuote(Quote internalPriceQuote) BookingContract.itemList(List<BookingContractItem> itemList) BookingContract.lastUpdate(OffsetDateTime lastUpdate) BookingContract.lodgingItinerary(Itinerary lodgingItinerary) BookingContract.payment(BookingContractPaymentDetails payment) BookingContract.refundableCapturePrice(Boolean refundableCapturePrice) BookingContract.refundableDisplayPrice(Boolean refundableDisplayPrice) BookingContract.refundableInternalPrice(Boolean refundableInternalPrice) BookingContract.refundableSourcePrice(Boolean refundableSourcePrice) BookingContract.refundableSupplierPrice(Boolean refundableSupplierPrice) BookingContract.refundedCapturePrice(Moneys refundedCapturePrice) BookingContract.refundedDisplayPrice(Moneys refundedDisplayPrice) BookingContract.refundedInternalPrice(Moneys refundedInternalPrice) BookingContract.refundedSourcePrice(Moneys refundedSourcePrice) BookingContract.refundedSupplierPrice(Moneys refundedSupplierPrice) BookingContract.supplierIdentifier(UUID supplierIdentifier) BookingContract.supplierName(String supplierName) BookingContract.supplierPriceQuote(Quote supplierPriceQuote) BookingContract.totalCapturePrice(Moneys totalCapturePrice) BookingContract.totalCapturePriceAfterCancellation(Moneys totalCapturePriceAfterCancellation) BookingContract.totalDisplayPrice(Moneys totalDisplayPrice) BookingContract.totalDisplayPriceAfterCancellation(Moneys totalDisplayPriceAfterCancellation) BookingContract.totalInternalPrice(Moneys totalInternalPrice) BookingContract.totalInternalPriceAfterCancellation(Moneys totalInternalPriceAfterCancellation) BookingContract.totalSourcePrice(Moneys totalSourcePrice) BookingContract.totalSourcePriceAfterCancellation(Moneys totalSourcePriceAfterCancellation) BookingContract.totalSupplierPrice(Moneys totalSupplierPrice) BookingContract.totalSupplierPriceAfterCancellation(Moneys totalSupplierPriceAfterCancellation) BookingContract.totalTokensEarned(Long totalTokensEarned) Methods in travel.wink.sdk.payment.model that return types with arguments of type BookingContractModifier and TypeMethodDescription@Valid List<BookingContract>PageBookingContract.getContent()Get content@NotNull @Valid @Size(min=1,max=2147483647) List<BookingContract>MultiBookingContractResponse.getList()Finalized booking contractMethods in travel.wink.sdk.payment.model with parameters of type BookingContractModifier and TypeMethodDescriptionPageBookingContract.addContentItem(BookingContract contentItem) MultiBookingContractResponse.addListItem(BookingContract _listItem) BookingContractResponse.contract(BookingContract contract) voidBookingContractResponse.setContract(BookingContract contract) Method parameters in travel.wink.sdk.payment.model with type arguments of type BookingContractModifier and TypeMethodDescriptionMultiBookingContractResponse._list(List<BookingContract> _list) PageBookingContract.content(List<BookingContract> content) voidPageBookingContract.setContent(List<BookingContract> content) voidMultiBookingContractResponse.setList(List<BookingContract> _list)