Class CountryCode


  • public class CountryCode
    extends java.lang.Object
    CountryCode

    The country code where the bank is located

    • Constructor Detail

      • CountryCode

        public CountryCode()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<HRISBankDetailsValue> value()
        The ISO3166-1 Alpha2 Code of the Country
      • withValue

        public CountryCode withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsValue> value)
        The ISO3166-1 Alpha2 Code of the Country
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object