Uses of Class
travel.wink.sdk.payment.model.AggregateBookingContractCaptureCurrenciesByAccountResponse
Packages that use AggregateBookingContractCaptureCurrenciesByAccountResponse
-
Uses of AggregateBookingContractCaptureCurrenciesByAccountResponse in travel.wink.sdk.payment.api
Methods in travel.wink.sdk.payment.api that return types with arguments of type AggregateBookingContractCaptureCurrenciesByAccountResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<AggregateBookingContractCaptureCurrenciesByAccountResponse>ContractApi.showCaptureCurrencies(String accountIdentifier, String state, 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 accept) -
Uses of AggregateBookingContractCaptureCurrenciesByAccountResponse in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return AggregateBookingContractCaptureCurrenciesByAccountResponseModifier and TypeMethodDescriptionAggregateBookingContractCaptureCurrenciesByAccountResponse.accountIdentifier(String accountIdentifier) AggregateBookingContractCaptureCurrenciesByAccountResponse.addListItem(Moneys _listItem)