Class IbanAccountIdentification


  • public class IbanAccountIdentification
    extends Object
    IbanAccountIdentification
    • Constructor Detail

      • IbanAccountIdentification

        public IbanAccountIdentification()
    • Method Detail

      • getIban

        public String getIban()
        The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.
        Returns:
        iban
      • setIban

        public void setIban​(String iban)
        The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.
        Parameters:
        iban -
      • equals

        public boolean equals​(Object o)
        Return true if this IbanAccountIdentification object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static IbanAccountIdentification fromJson​(String jsonString)
                                                  throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of IbanAccountIdentification given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of IbanAccountIdentification
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to IbanAccountIdentification
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of IbanAccountIdentification to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException