| Package | Description |
|---|---|
| dev.codesoapbox.dummy4j.dummies.finance |
| Modifier and Type | Method and Description |
|---|---|
IbanBuilder |
IbanBuilder.formatted()
Formats the generated IBAN, separating every 4 characters or the remainder with a space.
|
IbanBuilder |
FinanceDummy.ibanBuilder()
Provides a builder for random IBAN numbers generated according to customisable parameters.
|
IbanBuilder |
IbanBuilder.withCountry(BankAccountCountry country)
Sets the IBAN country
|
IbanBuilder |
IbanBuilder.withRandomCountry()
Sets a random country for the generated IBAN.
|
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.