Interface CurrencyResult

All Known Implementing Classes:
Currency, ErrorResponse

public sealed interface CurrencyResult permits Currency, ErrorResponse
Represents the result of a /currency query.

Either an Currency instance on success or an ErrorResponse instance on error.

Since:
1.0
Author:
Erik C. Thauvin