public class RegulatoryApiImpl extends ApiBase implements RegulatoryApi
| Constructor and Description |
|---|
RegulatoryApiImpl(MangoPayApi root)
Creates new API instance.
|
| 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
|
createObject, createObject, createObject, getList, getList, getList, getList, getList, getList, getListNoClientId, getObject, getObjectNoClientId, getRequestType, getRequestUrl, getRoot, updateObject, updateObject, updateObject, updateObjectpublic RegulatoryApiImpl(MangoPayApi root)
root - Root/parent instance that holds the OAuthToken and Configuration instance.public CountryAuthorization getCountryAuthorizations(CountryIso countryCode) throws java.lang.Exception
RegulatoryApigetCountryAuthorizations in interface RegulatoryApijava.lang.Exceptionpublic java.util.List<CountryAuthorization> getAllCountriesAuthorizations(Pagination pagination, Sorting sorting) throws java.lang.Exception
RegulatoryApigetAllCountriesAuthorizations in interface RegulatoryApijava.lang.Exception