Package com.adyen.service
Class Transfers
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.Transfers
-
public class Transfers extends Service
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactiongetTransaction(String transactionId)TransactionSearchResponselistTransactions()Transfertransfers(TransferInfo transferInfo)-
Methods inherited from class com.adyen.Service
createBaseURL, getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
Transfers
public Transfers(Client client)
-
-
Method Detail
-
transfers
public Transfer transfers(TransferInfo transferInfo) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
listTransactions
public TransactionSearchResponse listTransactions() throws IOException, ApiException
- Throws:
IOExceptionApiException
-
getTransaction
public Transaction getTransaction(String transactionId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-