Class BbanStructureDTO


  • public class BbanStructureDTO
    extends java.lang.Object
    Container for a specific country BBAN structure.

    BBAN is short for Basic Bank Account Number. It represents a country-specific bank account number. The BBAN is the last part of the IBAN when used for international funds transfers. Every country has it's specific BBAN format and length depending on it's own standards.

    Since:
    7.9.7
    • Constructor Detail

      • BbanStructureDTO

        public BbanStructureDTO()
    • Method Detail

      • getValidation_rules

        public java.util.List<BbanStructureEntryDTO> getValidation_rules()
        Gets validation rules list.
        Returns:
        the validation rules list.
      • setValidation_rules

        public void setValidation_rules​(java.util.List<BbanStructureEntryDTO> validation_rules)
        Sets the validation rules list.
        Parameters:
        validation_rules - the validation rules list.
      • getCountry_coode

        public java.lang.String getCountry_coode()
        Gets country code.
        Returns:
        the country code
      • setCountry_coode

        public void setCountry_coode​(java.lang.String country_coode)
        Sets country code.
        Parameters:
        country_coode - the character type