| Package | Description |
|---|---|
| co.dapi | |
| co.dapi.types |
| Modifier and Type | Method and Description |
|---|---|
Beneficiary.BeneficiaryType |
Payment.BeneficiaryInfo.getType() |
| Constructor and Description |
|---|
BeneficiaryInfo(String name,
String accountNumber,
String iban,
String swiftCode,
Beneficiary.BeneficiaryType type,
BeneficiaryAddress address,
String country,
String branchAddress,
String branchName)
Creates an object that holds only the required info about some beneficiary.
|
BeneficiaryInfo(String name,
String accountNumber,
String iban,
String swiftCode,
Beneficiary.BeneficiaryType type,
BeneficiaryAddress address,
String country,
String branchAddress,
String branchName,
String bankName,
String phoneNumber,
String sortCode,
String nickname,
String routingNumber)
Creates an object that holds all the info about some beneficiary.
|
| Modifier and Type | Method and Description |
|---|---|
Beneficiary.BeneficiaryType |
TransferBounds.getType() |
Beneficiary.BeneficiaryType |
Beneficiary.getType() |
static Beneficiary.BeneficiaryType |
Beneficiary.BeneficiaryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Beneficiary.BeneficiaryType[] |
Beneficiary.BeneficiaryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Beneficiary(String name,
String id,
Beneficiary.BeneficiaryType type,
Beneficiary.BeneficiaryStatus status,
String iban,
String accountNumber) |
TransferBounds(int minimum,
Beneficiary.BeneficiaryType type,
Currency currency) |
Copyright © 2021 Dapi. All rights reserved.