of

public static ExchangeRateResponse of(Map<String, Object> stringObjectMap)

Parses a decoded CURRENCY_EXCHANGE_RATE payload into a response.

Return

the parsed quote, or one carrying an error message if the payload could not be read

Parameters

stringObjectMap

the response body, already decoded from JSON into a map