Class LegalEntities
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.legalentitymanagement.LegalEntities
-
public class LegalEntities extends Service
-
-
Constructor Summary
Constructors Constructor Description LegalEntities(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegalEntitycreate(LegalEntityInfo request)BusinessLineslistBusinessLines(String legalEntityId)LegalEntityretrieve(String legalEntityId)LegalEntityupdate(String legalEntityId, LegalEntityInfo request)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
LegalEntities
public LegalEntities(Client client)
-
-
Method Detail
-
create
public LegalEntity create(LegalEntityInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieve
public LegalEntity retrieve(String legalEntityId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
update
public LegalEntity update(String legalEntityId, LegalEntityInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
listBusinessLines
public BusinessLines listBusinessLines(String legalEntityId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-