Uses of Class
travel.wink.hotelbeds.content.sdk.model.ApiCurrenciesRS
Packages that use ApiCurrenciesRS
-
Uses of ApiCurrenciesRS in travel.wink.hotelbeds.content.sdk.api
Methods in travel.wink.hotelbeds.content.sdk.api that return types with arguments of type ApiCurrenciesRSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ApiCurrenciesRS>TypesApi.currenciesUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Currencies Returns the list of available currencies.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiCurrenciesRS>>TypesApi.currenciesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Currencies Returns the list of available currencies. -
Uses of ApiCurrenciesRS in travel.wink.hotelbeds.content.sdk.model
Methods in travel.wink.hotelbeds.content.sdk.model that return ApiCurrenciesRSModifier and TypeMethodDescriptionApiCurrenciesRS.addCurrenciesItem(ApiCurrency currenciesItem) ApiCurrenciesRS.auditData(ApiAuditData auditData) ApiCurrenciesRS.currencies(List<ApiCurrency> currencies) ApiCurrenciesRS.error(ApiHotelbedsError error)