Uses of Class
io.trippay.sdk.payment.model.TotalAggregateFunds
Packages that use TotalAggregateFunds
-
Uses of TotalAggregateFunds in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return TotalAggregateFundsModifier and TypeMethodDescriptionTotalAggregateFunds.captureAmount(BigDecimal captureAmount) TotalAggregateFunds.captureCurrency(String captureCurrency) TotalAggregateFunds.displayAmount(BigDecimal displayAmount) TotalAggregateFunds.displayCurrency(String displayCurrency) @NotNull @Valid TotalAggregateFundsBookingContractGridResponse.getTotalFunds()Get totalFundsTotalAggregateFunds.internalAmount(BigDecimal internalAmount) TotalAggregateFunds.internalCurrency(String internalCurrency) TotalAggregateFunds.sourceAmount(BigDecimal sourceAmount) TotalAggregateFunds.sourceCurrency(String sourceCurrency) TotalAggregateFunds.supplierAmount(BigDecimal supplierAmount) TotalAggregateFunds.supplierCurrency(String supplierCurrency) Methods in io.trippay.sdk.payment.model with parameters of type TotalAggregateFundsModifier and TypeMethodDescriptionvoidBookingContractGridResponse.setTotalFunds(TotalAggregateFunds totalFunds) BookingContractGridResponse.totalFunds(TotalAggregateFunds totalFunds)