Skip to main content

Module models

Module models 

Source
Expand description

Response models for the UniRate API.

These are typed deserialization targets for the structured endpoints (get_historical_limits, get_vat_rates, get_vat_rate).

Structs§

HistoricalLimit
Historical-data coverage window for a single currency.
HistoricalLimitsResponse
Response for Client::get_historical_limits.
VatRate
VAT rate data for a single country.
VatRateResponse
Response for Client::get_vat_rate.
VatRatesResponse
Response for Client::get_vat_rates.