Class TransferInstruments
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.legalentitymanagement.TransferInstruments
-
public class TransferInstruments extends Service
-
-
Constructor Summary
Constructors Constructor Description TransferInstruments(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferInstrumentcreate(TransferInstrumentInfo request)voiddelete(String transferInstrumentId)TransferInstrumentretrieve(String transferInstrumentId)TransferInstrumentupdate(String transferInstrumentId, TransferInstrumentInfo request)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
TransferInstruments
public TransferInstruments(Client client)
-
-
Method Detail
-
create
public TransferInstrument create(TransferInstrumentInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieve
public TransferInstrument retrieve(String transferInstrumentId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
update
public TransferInstrument update(String transferInstrumentId, TransferInstrumentInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
delete
public void delete(String transferInstrumentId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-