Package co.dapi
Class Payment
java.lang.Object
co.dapi.Payment
public class Payment
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayment.BeneficiaryInfostatic classPayment.Transferstatic classPayment.TransferAutoflow -
Constructor Summary
-
Method Summary
Modifier and Type Method Description CreateBeneficiaryResponsecreateBeneficiary(Payment.BeneficiaryInfo beneficiary, java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs)CreateTransferResponsecreateTransfer(Payment.Transfer transfer, java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs)GetBeneficiariesResponsegetBeneficiaries(java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs)TransferAutoflowResponsetransferAutoflow(Payment.TransferAutoflow transferAutoflow, java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Payment
-
-
Method Details
-
createBeneficiary
public CreateBeneficiaryResponse createBeneficiary(Payment.BeneficiaryInfo beneficiary, java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs) throws java.io.IOException- Throws:
java.io.IOException
-
getBeneficiaries
public GetBeneficiariesResponse getBeneficiaries(java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs) throws java.io.IOException- Throws:
java.io.IOException
-
createTransfer
public CreateTransferResponse createTransfer(Payment.Transfer transfer, java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs) throws java.io.IOException- Throws:
java.io.IOException
-
transferAutoflow
public TransferAutoflowResponse transferAutoflow(Payment.TransferAutoflow transferAutoflow, java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs) throws java.io.IOException- Throws:
java.io.IOException
-