| Package | Description |
|---|---|
| dev.codesoapbox.dummy4j.dummies.finance |
| Modifier and Type | Method and Description |
|---|---|
static BankAccountCountry |
BankAccountCountry.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BankAccountCountry[] |
BankAccountCountry.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FinanceDummy.bankAccountNumber(BankAccountCountry country)
Provides a random bank account number for a given country.
|
IbanBuilder |
IbanBuilder.withCountry(BankAccountCountry country)
Sets the IBAN country
|
IbanBuilder |
IbanBuilder.withRandomCountry(BankAccountCountry... countries)
Sets the country for the generated IBAN to one that is randomly chosen from provided arguments
|
Copyright © 2021. All rights reserved.