Uses of Class
com.sportradar.mbs.sdk.entities.common.ExchangeRate
-
Uses of ExchangeRate in com.sportradar.mbs.sdk.entities.common
Modifier and TypeMethodDescriptionExchangeRate.Builder.build()
Builds and returns the ExchangeRate instance. -
Uses of ExchangeRate in com.sportradar.mbs.sdk.entities.response
Modifier and TypeMethodDescriptionTicketInformResponse.getExchangeRate()
Gets the exchange rates.TicketResponse.getExchangeRate()
Gets the exchange rates of the ticket response.Modifier and TypeMethodDescriptionTicketInformResponse.Builder.setExchangeRate
(ExchangeRate... value) Sets the exchange rates.void
TicketInformResponse.setExchangeRate
(ExchangeRate[] value) Sets the exchange rates.TicketResponse.Builder.setExchangeRate
(ExchangeRate... value) Sets the exchange rates of the ticket response.void
TicketResponse.setExchangeRate
(ExchangeRate[] value) Sets the exchange rates of the ticket response.