| Package | Description |
|---|---|
| co.dapi | |
| co.dapi.types |
| Modifier and Type | Method and Description |
|---|---|
BeneficiaryAddress |
Payment.BeneficiaryInfo.getAddress() |
| 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 |
|---|---|
BeneficiaryAddress |
AccountsMetadata.getAddress() |
| Constructor and Description |
|---|
AccountsMetadata(boolean isCreateBeneficiaryEndpointRequired,
boolean willNewlyAddedBeneficiaryExistBeforeCoolDownPeriod,
String swiftCode,
String sortCode,
String bankName,
String branchName,
String branchAddress,
BeneficiaryAddress address,
TransferBounds[] transferBounds,
Range beneficiaryCoolDownPeriod,
Range transactionRange,
Country country,
Validators validators) |
Copyright © 2021–2022 Dapi. All rights reserved.