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.captureAmount(Double captureAmount) BookingContractBooker.captureAmountRefundModifier(Double captureAmountRefundModifier) BookingContractBooker.captureCurrency(String captureCurrency) 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.displayAmount(Double displayAmount) BookingContractBooker.displayAmountRefundModifier(Double displayAmountRefundModifier) BookingContractBooker.displayCurrency(String displayCurrency) 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.internalAmount(Double internalAmount) BookingContractBooker.internalAmountRefundModifier(Double internalAmountRefundModifier) BookingContractBooker.internalCurrency(String internalCurrency) BookingContractBooker.internalPriceQuote(QuoteBooker internalPriceQuote) BookingContractBooker.isCancellableWithPotentialCharges(Boolean isCancellableWithPotentialCharges) BookingContractBooker.itemList(List<BookingContractItemBooker> itemList) BookingContractBooker.lastUpdate(LocalDateTime lastUpdate) BookingContractBooker.netCaptureAmount(Double netCaptureAmount) BookingContractBooker.netDisplayAmount(Double netDisplayAmount) BookingContractBooker.netInternalAmount(Double netInternalAmount) BookingContractBooker.netSourceAmount(Double netSourceAmount) BookingContractBooker.netSupplierAmount(Double netSupplierAmount) BookingContractBooker.payment(BookingContractPaymentDetailsBooker payment) BookingContractBooker.refunds(List<RefundBooker> refunds) BookingContractBooker.sourceAmount(Double sourceAmount) BookingContractBooker.sourceAmountRefundModifier(Double sourceAmountRefundModifier) BookingContractBooker.sourceCurrency(String sourceCurrency) BookingContractBooker.supplierAmount(Double supplierAmount) BookingContractBooker.supplierAmountRefundModifier(Double supplierAmountRefundModifier) BookingContractBooker.supplierCurrency(String supplierCurrency) BookingContractBooker.supplierIdentifier(UUID supplierIdentifier) BookingContractBooker.supplierName(String supplierName) BookingContractBooker.supplierPriceQuote(QuoteBooker supplierPriceQuote) 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)