Uses of Class
com.adyen.model.openbanking.AccountVerificationCountry
-
Packages that use AccountVerificationCountry Package Description com.adyen.model.openbanking -
-
Uses of AccountVerificationCountry in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return AccountVerificationCountry Modifier and Type Method Description static AccountVerificationCountryAccountVerificationCountry. fromValue(String value)AccountVerificationCountryAccountVerificationReportResponse. getCountry()Get countryAccountVerificationCountryAccountVerificationRoutesRequest. getCountry()Get countrystatic AccountVerificationCountryAccountVerificationCountry. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountVerificationCountry[]AccountVerificationCountry. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.openbanking with parameters of type AccountVerificationCountry Modifier and Type Method Description AccountVerificationReportResponseAccountVerificationReportResponse. country(AccountVerificationCountry country)countryAccountVerificationRoutesRequestAccountVerificationRoutesRequest. country(AccountVerificationCountry country)countryvoidAccountVerificationReportResponse. setCountry(AccountVerificationCountry country)countryvoidAccountVerificationRoutesRequest. setCountry(AccountVerificationCountry country)country
-