public interface RegulatoryApi
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountryAuthorization> |
getAllCountriesAuthorizations(Pagination pagination,
Sorting sorting)
View the restrictions of all the countries
|
CountryAuthorization |
getCountryAuthorizations(CountryIso countryCode)
View the restrictions for a specific country
|
CountryAuthorization getCountryAuthorizations(CountryIso countryCode) throws java.lang.Exception
java.lang.Exceptionjava.util.List<CountryAuthorization> getAllCountriesAuthorizations(Pagination pagination, Sorting sorting) throws java.lang.Exception
java.lang.Exception