Interface RateResult

All Known Implementing Classes:
ErrorResponse, Rate

@NullMarked public sealed interface RateResult permits Rate, ErrorResponse
Represents the result of a /rate query.

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

Since:
1.0
Author:
Erik C. Thauvin