-
Methods in co.dapi with parameters of type UserInput
| Modifier and Type |
Method |
Description |
CreateBeneficiaryResponse |
DapiApp.createBeneficiary(Payment.BeneficiaryInfo beneficiary,
java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
createBeneficiary talks to the CreateBeneficiary endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|
CreateBeneficiaryResponse |
Payment.createBeneficiary(Payment.BeneficiaryInfo beneficiary,
java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
|
CreateTransferResponse |
DapiApp.createTransfer(Payment.Transfer transfer,
java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
createTransfer talks to the CreateTransfer endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|
CreateTransferResponse |
Payment.createTransfer(Payment.Transfer transfer,
java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
|
GetAccountsResponse |
DapiApp.getAccounts(java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
getAccounts talks to the GetAccounts endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|
GetAccountsMetadataResponse |
DapiApp.getAccountsMetadata(java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
getAccountsMetadata talks to the GetAccountsMetadata endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|
GetAccountsMetadataResponse |
Metadata.getAccountsMetadata(java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
|
GetBalanceResponse |
DapiApp.getBalance(java.lang.String accountID,
java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
getBalance talks to the GetBalance endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|
GetBeneficiariesResponse |
DapiApp.getBeneficiaries(java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
getBeneficiaries talks to the GetBeneficiaries endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|
GetBeneficiariesResponse |
Payment.getBeneficiaries(java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
|
GetIdentityResponse |
DapiApp.getIdentity(java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
getIdentity talks to the GetIdentity endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|
GetTransactionsResponse |
DapiApp.getTransactions(java.lang.String accountID,
java.time.LocalDate fromDate,
java.time.LocalDate toDate,
java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
getTransactions talks to the GetTransactions endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|
TransferAutoflowResponse |
DapiApp.transferAutoflow(Payment.TransferAutoflow transferAutoflow,
java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
transferAutoflow talks to the TransferAutoflow endpoint of Dapi, with this DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs.
|
TransferAutoflowResponse |
Payment.transferAutoflow(Payment.TransferAutoflow transferAutoflow,
java.lang.String accessToken,
java.lang.String userSecret,
java.lang.String operationID,
UserInput[] userInputs) |
|