Uses of Class
io.trippay.sdk.payment.model.AvailableFunds
Packages that use AvailableFunds
-
Uses of AvailableFunds in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return AvailableFundsModifier and TypeMethodDescriptionAvailableFunds.accountIdentifier(String accountIdentifier) AvailableFunds.captureAmount(BigDecimal captureAmount) AvailableFunds.captureCurrency(String captureCurrency) AvailableFunds.supplierAmount(BigDecimal supplierAmount) AvailableFunds.supplierCurrency(String supplierCurrency) Methods in io.trippay.sdk.payment.model that return types with arguments of type AvailableFundsModifier and TypeMethodDescription@NotNull @Valid List<@Valid AvailableFunds> AggregateBookingContractCaptureCurrenciesByAccountResponse.getList()List of capture currenciesMethods in io.trippay.sdk.payment.model with parameters of type AvailableFundsModifier and TypeMethodDescriptionAggregateBookingContractCaptureCurrenciesByAccountResponse.addListItem(AvailableFunds _listItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type AvailableFundsModifier and TypeMethodDescriptionAggregateBookingContractCaptureCurrenciesByAccountResponse._list(List<@Valid AvailableFunds> _list) voidAggregateBookingContractCaptureCurrenciesByAccountResponse.setList(List<@Valid AvailableFunds> _list)