Class Documents
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.legalentitymanagement.Documents
-
public class Documents extends Service
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Documentcreate(Document request)voiddelete(String documentId)Documentretrieve(String documentId)Documentupdate(String documentId, Document request)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
Documents
public Documents(Client client)
-
-
Method Detail
-
create
public Document create(Document request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieve
public Document retrieve(String documentId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
update
public Document update(String documentId, Document request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
delete
public void delete(String documentId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-