Uses of Class
com.sportradar.mbs.sdk.entities.common.ExchangeRate
Packages that use ExchangeRate
-
Uses of ExchangeRate in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return ExchangeRateModifier and TypeMethodDescriptionExchangeRate.Builder.build()Builds and returns the ExchangeRate instance. -
Uses of ExchangeRate in com.sportradar.mbs.sdk.entities.response
Methods in com.sportradar.mbs.sdk.entities.response that return ExchangeRateModifier and TypeMethodDescriptionTicketInformResponse.getExchangeRate()Gets the exchange rates.TicketResponse.getExchangeRate()Gets the exchange rates of the ticket response.Methods in com.sportradar.mbs.sdk.entities.response with parameters of type ExchangeRateModifier and TypeMethodDescriptionTicketInformResponse.Builder.setExchangeRate(ExchangeRate... value) Sets the exchange rates.voidTicketInformResponse.setExchangeRate(ExchangeRate[] value) Sets the exchange rates.TicketResponse.Builder.setExchangeRate(ExchangeRate... value) Sets the exchange rates of the ticket response.voidTicketResponse.setExchangeRate(ExchangeRate[] value) Sets the exchange rates of the ticket response.