| 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.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getAmount() |
String |
getAppKey() |
Payment.BeneficiaryInfo |
getBeneficiary() |
String |
getBundleID() |
Optional<String> |
getRemark() |
String |
getSenderID() |
String |
getUserID() |
public TransferAutoflow(String bundleID, String appKey, String userID, String bankID, String senderID, float amount, Payment.BeneficiaryInfo beneficiary)
bundleID - one of the bundleIDs set for this app.appKey - the appKey of this app.userID - the userID of the user which is initiating this transfer.bankID - the bankID of the user which is initiating this transfer.senderID - the id of the account which the money should be sent from.
retrieved from one of the accounts array returned from the getAccounts method.amount - the amount of money which should be sent.beneficiary - the required info about the beneficiary.public TransferAutoflow(String bundleID, String appKey, String userID, String bankID, String senderID, float amount, Payment.BeneficiaryInfo beneficiary, String remark)
bundleID - one of the bundleIDs set for this app.appKey - the appKey of this app.userID - the userID of the user which is initiating this transfer.bankID - the bankID of the user which is initiating this transfer.senderID - the id of the account which the money should be sent from.
retrieved from one of the accounts array returned from the getAccounts method.amount - the amount of money which should be sent.beneficiary - the required info about the beneficiary.remark - the remark string that will be sent with this transfer.public String getBundleID()
public String getAppKey()
public String getUserID()
public String getSenderID()
public float getAmount()
public Payment.BeneficiaryInfo getBeneficiary()
Copyright © 2021–2022 Dapi. All rights reserved.