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.addTotalFundsGroupedByBeneficiaryItem(Beneficiary totalFundsGroupedByBeneficiaryItem) 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.captureAmount(Double captureAmount) BookingContract.captureAmountRefundModifier(Double captureAmountRefundModifier) BookingContract.captureCurrency(String captureCurrency) BookingContract.capturePriceQuote(Quote capturePriceQuote) BookingContract.createdDate(LocalDateTime createdDate) BookingContract.displayAmount(Double displayAmount) BookingContract.displayAmountRefundModifier(Double displayAmountRefundModifier) BookingContract.displayCurrency(String displayCurrency) 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.internalAmount(Double internalAmount) BookingContract.internalAmountRefundModifier(Double internalAmountRefundModifier) BookingContract.internalCurrency(String internalCurrency) BookingContract.internalPriceQuote(Quote internalPriceQuote) BookingContract.itemList(List<BookingContractItem> itemList) BookingContract.lastUpdate(LocalDateTime lastUpdate) BookingContract.lodging(BookingContractItem lodging) BookingContract.lodgingItinerary(Itinerary lodgingItinerary) BookingContract.netCaptureAmount(Double netCaptureAmount) BookingContract.netDisplayAmount(Double netDisplayAmount) BookingContract.netInternalAmount(Double netInternalAmount) BookingContract.netSourceAmount(Double netSourceAmount) BookingContract.netSupplierAmount(Double netSupplierAmount) BookingContract.payment(BookingContractPaymentDetails payment) BookingContract.refundable(Boolean refundable) BookingContract.sourceAmount(Double sourceAmount) BookingContract.sourceAmountRefundModifier(Double sourceAmountRefundModifier) BookingContract.sourceCurrency(String sourceCurrency) BookingContract.supplierAmount(Double supplierAmount) BookingContract.supplierAmountRefundModifier(Double supplierAmountRefundModifier) BookingContract.supplierCurrency(String supplierCurrency) BookingContract.supplierIdentifier(UUID supplierIdentifier) BookingContract.supplierName(String supplierName) BookingContract.supplierPriceQuote(Quote supplierPriceQuote) BookingContract.totalFundsGroupedByBeneficiary(List<Beneficiary> totalFundsGroupedByBeneficiary) 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)