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(Double captureAmount) TotalAggregateFunds.captureCurrency(String captureCurrency) TotalAggregateFunds.displayAmount(Double displayAmount) TotalAggregateFunds.displayCurrency(String displayCurrency) @NotNull @Valid TotalAggregateFundsBookingContractGridResponse.getTotalFunds()Get totalFundsTotalAggregateFunds.internalAmount(Double internalAmount) TotalAggregateFunds.internalCurrency(String internalCurrency) TotalAggregateFunds.sourceAmount(Double sourceAmount) TotalAggregateFunds.sourceCurrency(String sourceCurrency) TotalAggregateFunds.supplierAmount(Double 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)