Class HKLocalAccountIdentification


  • public class HKLocalAccountIdentification
    extends Object
    HKLocalAccountIdentification
    • Constructor Detail

      • HKLocalAccountIdentification

        public HKLocalAccountIdentification()
    • Method Detail

      • getAccountNumber

        public String getAccountNumber()
        The 6- to 19-character bank account number (alphanumeric), without separators or whitespace.
        Returns:
        accountNumber
      • setAccountNumber

        public void setAccountNumber​(String accountNumber)
      • getBankCode

        public String getBankCode()
        The 6-digit bank code including the 3-digit bank code and 3-digit branch code, without separators or whitespace.
        Returns:
        bankCode
      • setBankCode

        public void setBankCode​(String bankCode)
      • equals

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

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

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

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