public class Payment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Payment.BeneficiaryInfo |
static class |
Payment.Transfer |
static class |
Payment.TransferAutoflow |
| Modifier and Type | Method and Description |
|---|---|
CreateBeneficiaryResponse |
createBeneficiary(Payment.BeneficiaryInfo beneficiary,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
CreateTransferResponse |
createTransfer(Payment.Transfer transfer,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
GetBeneficiariesResponse |
getBeneficiaries(String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
TransferAutoflowResponse |
transferAutoflow(Payment.TransferAutoflow transferAutoflow,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
public Payment(Config config)
public CreateBeneficiaryResponse createBeneficiary(Payment.BeneficiaryInfo beneficiary, String accessToken, String userSecret, String operationID, UserInput[] userInputs) throws IOException
IOExceptionpublic GetBeneficiariesResponse getBeneficiaries(String accessToken, String userSecret, String operationID, UserInput[] userInputs) throws IOException
IOExceptionpublic CreateTransferResponse createTransfer(Payment.Transfer transfer, String accessToken, String userSecret, String operationID, UserInput[] userInputs) throws IOException
IOExceptionpublic TransferAutoflowResponse transferAutoflow(Payment.TransferAutoflow transferAutoflow, String accessToken, String userSecret, String operationID, UserInput[] userInputs) throws IOException
IOExceptionCopyright © 2021–2022 Dapi. All rights reserved.