Uses of Class
com.adyen.enums.Region
-
Packages that use Region Package Description com.adyen com.adyen.enums -
-
Uses of Region in com.adyen
Constructors in com.adyen with parameters of type Region Constructor Description Client(KeyStore trustStore, KeyStore clientKeyStore, String clientKeyStorePassword, String apiKey, Region region)Use this constructor to create client for client certificate authentication along with API key. -
Uses of Region in com.adyen.enums
Methods in com.adyen.enums that return Region Modifier and Type Method Description static RegionRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static Region[]Region. values()Returns an array containing the constants of this enum type, in the order they are declared.
-