| Package | Description |
|---|---|
| co.dapi.types |
| Modifier and Type | Method and Description |
|---|---|
static Beneficiary.BeneficiaryStatus |
Beneficiary.BeneficiaryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Beneficiary.BeneficiaryStatus[] |
Beneficiary.BeneficiaryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Beneficiary.BeneficiaryStatus> |
Beneficiary.getStatus() |
| Constructor and Description |
|---|
Beneficiary(String name,
String id,
Beneficiary.BeneficiaryType type,
Beneficiary.BeneficiaryStatus status,
String iban,
String accountNumber) |
Copyright © 2021–2022 Dapi. All rights reserved.