Uses of Class
travel.wink.sdk.payment.acquiring.model.BookingContract
Packages that use BookingContract
-
Uses of BookingContract in travel.wink.sdk.payment.acquiring.model
Methods in travel.wink.sdk.payment.acquiring.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.acquiring.model with parameters of type BookingContractModifier and TypeMethodDescriptionBookingContractResponse.contract(BookingContract contract) voidBookingContractResponse.setContract(BookingContract contract)