Uses of Class
com.adyen.model.management.GenerateApiKeyResponse
-
Packages that use GenerateApiKeyResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of GenerateApiKeyResponse in com.adyen.model.management
Methods in com.adyen.model.management that return GenerateApiKeyResponse Modifier and Type Method Description GenerateApiKeyResponseGenerateApiKeyResponse. apiKey(String apiKey)static GenerateApiKeyResponseGenerateApiKeyResponse. fromJson(String jsonString)Create an instance of GenerateApiKeyResponse given an JSON string -
Uses of GenerateApiKeyResponse in com.adyen.service.management
Methods in com.adyen.service.management that return GenerateApiKeyResponse Modifier and Type Method Description GenerateApiKeyResponseApiKeyCompanyLevel. generateNewApiKey(String companyId, String apiCredentialId)Generate new API keyGenerateApiKeyResponseApiKeyMerchantLevel. generateNewApiKey(String merchantId, String apiCredentialId)Generate new API key
-