Interface CurrenciesResult

All Known Implementing Classes:
Currencies, ErrorResponse

@NullMarked public sealed interface CurrenciesResult permits Currencies, ErrorResponse
Represents the result of a /currencies query.

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

Since:
1.0
Author:
Erik C. Thauvin