Uses of Class
io.trippay.sdk.payment.model.AggregateBookingContractCaptureCurrenciesByAccountResponse
Packages that use AggregateBookingContractCaptureCurrenciesByAccountResponse
-
Uses of AggregateBookingContractCaptureCurrenciesByAccountResponse in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type AggregateBookingContractCaptureCurrenciesByAccountResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<AggregateBookingContractCaptureCurrenciesByAccountResponse> ContractApi.showCaptureCurrencies(String accountIdentifier, String state, String winkVersion, String accept) Retrieve capture currencies Returns a list of capture currencies and amounts for the account identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AggregateBookingContractCaptureCurrenciesByAccountResponse>> ContractApi.showCaptureCurrenciesWithHttpInfo(String accountIdentifier, String state, String winkVersion, String accept) Retrieve capture currencies Returns a list of capture currencies and amounts for the account identifier. -
Uses of AggregateBookingContractCaptureCurrenciesByAccountResponse in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return AggregateBookingContractCaptureCurrenciesByAccountResponseModifier and TypeMethodDescriptionAggregateBookingContractCaptureCurrenciesByAccountResponse._list(List<@Valid AvailableFunds> _list) AggregateBookingContractCaptureCurrenciesByAccountResponse.accountIdentifier(String accountIdentifier) AggregateBookingContractCaptureCurrenciesByAccountResponse.addListItem(AvailableFunds _listItem)