Class NumberAndBicAccountIdentification


  • public class NumberAndBicAccountIdentification
    extends Object
    NumberAndBicAccountIdentification
    • Constructor Detail

      • NumberAndBicAccountIdentification

        public NumberAndBicAccountIdentification()
    • Method Detail

      • getAccountNumber

        public String getAccountNumber()
        The bank account number, without separators or whitespace. The length and format depends on the bank or country.
        Returns:
        accountNumber
      • setAccountNumber

        public void setAccountNumber​(String accountNumber)
        The bank account number, without separators or whitespace. The length and format depends on the bank or country.
        Parameters:
        accountNumber -
      • getAdditionalBankIdentification

        public AdditionalBankIdentification getAdditionalBankIdentification()
        Get additionalBankIdentification
        Returns:
        additionalBankIdentification
      • setAdditionalBankIdentification

        public void setAdditionalBankIdentification​(AdditionalBankIdentification additionalBankIdentification)
        additionalBankIdentification
        Parameters:
        additionalBankIdentification -
      • getBic

        public String getBic()
        The bank's 8- or 11-character BIC or SWIFT code.
        Returns:
        bic
      • setBic

        public void setBic​(String bic)
        The bank's 8- or 11-character BIC or SWIFT code.
        Parameters:
        bic -
      • equals

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

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

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

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