Uses of Class
io.trippay.sdk.payment.acquiring.model.BookingContract
Packages that use BookingContract
-
Uses of BookingContract in io.trippay.sdk.payment.acquiring.model
Methods in io.trippay.sdk.payment.acquiring.model that return BookingContractModifier and TypeMethodDescriptionBookingContract.addItemListItem(BookingContractItem itemListItem) BookingContract.addRefundsItem(Refund refundsItem) BookingContract.cancellableBySupplier(Boolean cancellableBySupplier) BookingContract.cancellableByTraveler(Boolean cancellableByTraveler) BookingContract.cancellableWithNoCharges(Boolean cancellableWithNoCharges) BookingContract.cancellableWithPotentialCharges(Boolean cancellableWithPotentialCharges) BookingContract.cancellationType(BookingContract.CancellationTypeEnum cancellationType) BookingContract.cancelledOn(LocalDateTime cancelledOn) BookingContract.canceller(BookingContract.CancellerEnum canceller) BookingContract.cancellerUserIdentifier(String cancellerUserIdentifier) BookingContract.cancelReason(String cancelReason) BookingContract.capturePriceQuote(Quote capturePriceQuote) BookingContract.createdDate(LocalDateTime createdDate) BookingContract.displayPriceQuote(Quote displayPriceQuote) BookingContract.externalSupplierBookingCode(String externalSupplierBookingCode) BookingContract.externalSupplierIdentifier(String externalSupplierIdentifier) BookingContract.fundsAddedToLedger(Boolean fundsAddedToLedger) BookingContract.fundsProcessed(Boolean fundsProcessed) @NotNull @Valid BookingContractBookingContractResponse.getContract()Get contractBookingContract.identifier(String identifier) BookingContract.internalPriceQuote(Quote internalPriceQuote) BookingContract.itemList(List<BookingContractItem> itemList) BookingContract.lastUpdate(LocalDateTime lastUpdate) BookingContract.lodging(BookingContractItem lodging) 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.totalCapturePriceAfterRefund(Moneys totalCapturePriceAfterRefund) BookingContract.totalDisplayPrice(Moneys totalDisplayPrice) BookingContract.totalDisplayPriceAfterRefund(Moneys totalDisplayPriceAfterRefund) BookingContract.totalInternalPrice(Moneys totalInternalPrice) BookingContract.totalInternalPriceAfterRefund(Moneys totalInternalPriceAfterRefund) BookingContract.totalSourcePrice(Moneys totalSourcePrice) BookingContract.totalSourcePriceAfterRefund(Moneys totalSourcePriceAfterRefund) BookingContract.totalSupplierPrice(Moneys totalSupplierPrice) BookingContract.totalSupplierPriceAfterRefund(Moneys totalSupplierPriceAfterRefund) BookingContract.totalTokensEarned(Long totalTokensEarned) Methods in io.trippay.sdk.payment.acquiring.model with parameters of type BookingContractModifier and TypeMethodDescriptionBookingContractResponse.contract(BookingContract contract) voidBookingContractResponse.setContract(BookingContract contract)