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 GenerateApiKeyResponseApiKeyCompanyLevelApi. generateNewApiKey(String companyId, String apiCredentialId)Generate new API keyGenerateApiKeyResponseApiKeyCompanyLevelApi. generateNewApiKey(String companyId, String apiCredentialId, RequestOptions requestOptions)Generate new API keyGenerateApiKeyResponseApiKeyMerchantLevelApi. generateNewApiKey(String merchantId, String apiCredentialId)Generate new API keyGenerateApiKeyResponseApiKeyMerchantLevelApi. generateNewApiKey(String merchantId, String apiCredentialId, RequestOptions requestOptions)Generate new API key
-