Uses of Class
travel.wink.sdk.booking.model.BookingContractBooker
Packages that use BookingContractBooker
-
Uses of BookingContractBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingContractBookerModifier and TypeMethodDescriptionBookingContractBooker.addItemListItem(BookingContractItemBooker itemListItem) BookingContractBooker.addRefundsItem(RefundBooker refundsItem) BookingContractBooker.bookingContractIdentifier(UUID bookingContractIdentifier) BookingContractBooker.cancellableBySupplier(Boolean cancellableBySupplier) BookingContractBooker.cancellableByTraveler(Boolean cancellableByTraveler) BookingContractBooker.cancellableWithNoCharges(Boolean cancellableWithNoCharges) BookingContractBooker.cancellationType(BookingContractBooker.CancellationTypeEnum cancellationType) BookingContractBooker.cancelledOn(LocalDateTime cancelledOn) BookingContractBooker.canceller(BookingContractBooker.CancellerEnum canceller) BookingContractBooker.cancellerUserIdentifier(String cancellerUserIdentifier) BookingContractBooker.cancelReason(String cancelReason) BookingContractBooker.capturePriceQuote(QuoteBooker capturePriceQuote) BookingContractBooker.commissionableTotalCaptureAmount(MoneysBooker commissionableTotalCaptureAmount) BookingContractBooker.commissionableTotalDisplayAmount(MoneysBooker commissionableTotalDisplayAmount) BookingContractBooker.commissionableTotalInternalAmount(MoneysBooker commissionableTotalInternalAmount) BookingContractBooker.commissionableTotalSourceAmount(MoneysBooker commissionableTotalSourceAmount) BookingContractBooker.commissionableTotalSupplierAmount(MoneysBooker commissionableTotalSupplierAmount) BookingContractBooker.createdDate(LocalDateTime createdDate) BookingContractBooker.displayPriceQuote(QuoteBooker displayPriceQuote) BookingContractBooker.externalSupplierBookingCode(String externalSupplierBookingCode) BookingContractBooker.externalSupplierIdentifier(String externalSupplierIdentifier) BookingContractBooker.fundsProcessed(Boolean fundsProcessed) @NotNull @Valid BookingContractBookerBookingBooker.getBookingContract()Get bookingContractBookingContractBooker.identifier(UUID identifier) BookingContractBooker.internalPriceQuote(QuoteBooker internalPriceQuote) BookingContractBooker.isCancellableWithPotentialCharges(Boolean isCancellableWithPotentialCharges) BookingContractBooker.itemList(List<BookingContractItemBooker> itemList) BookingContractBooker.lastUpdate(LocalDateTime lastUpdate) BookingContractBooker.payment(BookingContractPaymentDetailsBooker payment) BookingContractBooker.refundedCapturePrice(MoneysBooker refundedCapturePrice) BookingContractBooker.refundedDisplayPrice(MoneysBooker refundedDisplayPrice) BookingContractBooker.refundedInternalPrice(MoneysBooker refundedInternalPrice) BookingContractBooker.refundedSourcePrice(MoneysBooker refundedSourcePrice) BookingContractBooker.refundedSupplierPrice(MoneysBooker refundedSupplierPrice) BookingContractBooker.refunds(List<RefundBooker> refunds) BookingContractBooker.supplierIdentifier(UUID supplierIdentifier) BookingContractBooker.supplierName(String supplierName) BookingContractBooker.supplierPriceQuote(QuoteBooker supplierPriceQuote) BookingContractBooker.totalCapturePrice(MoneysBooker totalCapturePrice) BookingContractBooker.totalCapturePriceAfterRefund(MoneysBooker totalCapturePriceAfterRefund) BookingContractBooker.totalDisplayPrice(MoneysBooker totalDisplayPrice) BookingContractBooker.totalDisplayPriceAfterRefund(MoneysBooker totalDisplayPriceAfterRefund) BookingContractBooker.totalInternalPrice(MoneysBooker totalInternalPrice) BookingContractBooker.totalInternalPriceAfterRefund(MoneysBooker totalInternalPriceAfterRefund) BookingContractBooker.totalSourcePrice(MoneysBooker totalSourcePrice) BookingContractBooker.totalSourcePriceAfterRefund(MoneysBooker totalSourcePriceAfterRefund) BookingContractBooker.totalSupplierPrice(MoneysBooker totalSupplierPrice) BookingContractBooker.totalSupplierPriceAfterRefund(MoneysBooker totalSupplierPriceAfterRefund) BookingContractBooker.totalTokensEarned(Long totalTokensEarned) Methods in travel.wink.sdk.booking.model with parameters of type BookingContractBookerModifier and TypeMethodDescriptionBookingBooker.bookingContract(BookingContractBooker bookingContract) voidBookingBooker.setBookingContract(BookingContractBooker bookingContract)