| Package | Description |
|---|---|
| co.dapi |
| Modifier and Type | Method and Description |
|---|---|
Payment.BeneficiaryInfo |
Payment.TransferAutoflow.getBeneficiary() |
| Modifier and Type | Method and Description |
|---|---|
CreateBeneficiaryResponse |
DapiApp.createBeneficiary(Payment.BeneficiaryInfo beneficiary,
String accessToken,
String userSecret)
createBeneficiary talks to the CreateBeneficiary endpoint of Dapi, with this
DapiApp's appSecret. |
CreateBeneficiaryResponse |
Payment.createBeneficiary(Payment.BeneficiaryInfo beneficiary,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
CreateBeneficiaryResponse |
DapiApp.createBeneficiary(Payment.BeneficiaryInfo beneficiary,
String accessToken,
String userSecret,
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. |
| Constructor and Description |
|---|
TransferAutoflow(String bundleID,
String appKey,
String userID,
String bankID,
String senderID,
float amount,
Payment.BeneficiaryInfo beneficiary)
Create an object that holds the info needed for the transferAutoflow method.
|
TransferAutoflow(String bundleID,
String appKey,
String userID,
String bankID,
String senderID,
float amount,
Payment.BeneficiaryInfo beneficiary,
String remark)
Create an object that holds the info needed for the transferAutoflow method.
|
Copyright © 2021 Dapi. All rights reserved.