Uses of Class
com.adyen.model.management.GenerateClientKeyResponse
-
Packages that use GenerateClientKeyResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of GenerateClientKeyResponse in com.adyen.model.management
Methods in com.adyen.model.management that return GenerateClientKeyResponse Modifier and Type Method Description GenerateClientKeyResponseGenerateClientKeyResponse. clientKey(String clientKey)static GenerateClientKeyResponseGenerateClientKeyResponse. fromJson(String jsonString)Create an instance of GenerateClientKeyResponse given an JSON string -
Uses of GenerateClientKeyResponse in com.adyen.service.management
Methods in com.adyen.service.management that return GenerateClientKeyResponse Modifier and Type Method Description GenerateClientKeyResponseClientKeyCompanyLevel. generateNewClientKey(String companyId, String apiCredentialId)Generate new client keyGenerateClientKeyResponseClientKeyMerchantLevel. generateNewClientKey(String merchantId, String apiCredentialId)Generate new client key
-