MCPcopy Create free account
hub / github.com/DiUS/java-faker / bic

Method bic

src/main/java/com/github/javafaker/Finance.java:53–55  ·  view source on GitHub ↗

Generates a random Business Identifier Code

()

Source from the content-addressed store, hash-verified

51 * Generates a random Business Identifier Code
52 */
53 public String bic() {
54 return faker.regexify("([A-Z]){4}([A-Z]){2}([0-9A-Z]){2}([0-9A-Z]{3})?");
55 }
56
57 public String iban() {
58 List<String> countryCodes = new ArrayList<String>(countryCodeToBasicBankAccountNumberPattern.keySet());

Callers

nothing calls this directly

Calls 1

regexifyMethod · 0.45

Tested by

no test coverage detected