Class BbanStructure

java.lang.Object
org.iban4j.bban.BbanStructure

public class BbanStructure extends Object
Class that represents BBAN structure
  • Method Details

    • forCountry

      public static BbanStructure forCountry(CountryCode countryCode)
      Parameters:
      countryCode - the country code.
      Returns:
      BbanStructure for specified country or null if country is not supported.
    • hasNationalCheckDigit

      public static boolean hasNationalCheckDigit(CountryCode countryCode)
      Checks whether national Check digit is mandatory for specific country
      Parameters:
      countryCode - the country code
      Returns:
      true/false
    • getEntries

      public List<BbanStructureEntry> getEntries()
    • supportedCountries

      public static List<CountryCode> supportedCountries()
    • getBbanLength

      public int getBbanLength()
      Returns the length of bban.
      Returns:
      int length