Uses of Class
io.trippay.sdk.payment.model.QuoteLightweight
Packages that use QuoteLightweight
-
Uses of QuoteLightweight in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return QuoteLightweightModifier and TypeMethodDescriptionQuoteLightweight.exchangeRate(BigDecimal exchangeRate) @NotNull @Valid QuoteLightweightBookingContract.getCapturePriceQuote()The quote used to create captureAmount.@NotNull @Valid QuoteLightweightPricedSupplierContractWithAcquirer.getCapturePriceQuote()The quote used to create totalCapturePrice.@NotNull @Valid QuoteLightweightBookingContract.getDisplayPriceQuote()The quote used to create displayAmount.@NotNull @Valid QuoteLightweightPricedSupplierContractWithAcquirer.getDisplayPriceQuote()The quote used to create totalDisplayPrice.@NotNull @Valid QuoteLightweightBookingContract.getInternalPriceQuote()The quote used to create internalAmount.@NotNull @Valid QuoteLightweightPricedSupplierContractWithAcquirer.getInternalPriceQuote()The quote used to create totalInternalPrice.@NotNull @Valid QuoteLightweightBookingContract.getSupplierPriceQuote()The quote used to create supplierAmount.@NotNull @Valid QuoteLightweightPricedSupplierContractWithAcquirer.getSupplierPriceQuote()The quote used to create totalSupplierPrice.Methods in io.trippay.sdk.payment.model with parameters of type QuoteLightweightModifier and TypeMethodDescriptionBookingContract.capturePriceQuote(QuoteLightweight capturePriceQuote) PricedSupplierContractWithAcquirer.capturePriceQuote(QuoteLightweight capturePriceQuote) BookingContract.displayPriceQuote(QuoteLightweight displayPriceQuote) PricedSupplierContractWithAcquirer.displayPriceQuote(QuoteLightweight displayPriceQuote) BookingContract.internalPriceQuote(QuoteLightweight internalPriceQuote) PricedSupplierContractWithAcquirer.internalPriceQuote(QuoteLightweight internalPriceQuote) voidBookingContract.setCapturePriceQuote(QuoteLightweight capturePriceQuote) voidPricedSupplierContractWithAcquirer.setCapturePriceQuote(QuoteLightweight capturePriceQuote) voidBookingContract.setDisplayPriceQuote(QuoteLightweight displayPriceQuote) voidPricedSupplierContractWithAcquirer.setDisplayPriceQuote(QuoteLightweight displayPriceQuote) voidBookingContract.setInternalPriceQuote(QuoteLightweight internalPriceQuote) voidPricedSupplierContractWithAcquirer.setInternalPriceQuote(QuoteLightweight internalPriceQuote) voidBookingContract.setSupplierPriceQuote(QuoteLightweight supplierPriceQuote) voidPricedSupplierContractWithAcquirer.setSupplierPriceQuote(QuoteLightweight supplierPriceQuote) BookingContract.supplierPriceQuote(QuoteLightweight supplierPriceQuote) PricedSupplierContractWithAcquirer.supplierPriceQuote(QuoteLightweight supplierPriceQuote)