Package com.adyen.service.management
Class ClientKeyCompanyLevel
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.ApiKeyAuthenticatedService
-
- com.adyen.service.management.ClientKeyCompanyLevel
-
public class ClientKeyCompanyLevel extends ApiKeyAuthenticatedService
-
-
Constructor Summary
Constructors Constructor Description ClientKeyCompanyLevel(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateClientKeyResponsegenerateNewClientKey(String companyId, String apiCredentialId)Generate new client key-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
ClientKeyCompanyLevel
public ClientKeyCompanyLevel(Client client)
-
-
Method Detail
-
generateNewClientKey
public GenerateClientKeyResponse generateNewClientKey(String companyId, String apiCredentialId) throws ApiException, IOException
Generate new client key- Parameters:
companyId- The unique identifier of the company account. (required)apiCredentialId- Unique identifier of the API credential. (required)- Returns:
- GenerateClientKeyResponse
- Throws:
ApiException- if fails to make API callIOException
-
-