Class ExternalBankAccountPiiInnerAddressesInnerBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-06-10T17:32:32.128150Z[Etc/UTC]")
    public class ExternalBankAccountPiiInnerAddressesInnerBankModel
    extends Object
    ExternalBankAccountPiiInnerAddressesInnerBankModel
    • Constructor Detail

      • ExternalBankAccountPiiInnerAddressesInnerBankModel

        public ExternalBankAccountPiiInnerAddressesInnerBankModel()
    • Method Detail

      • getStreet

        @Nullable
        public String getStreet()
        The first line of the address.
        Returns:
        street
      • getStreet_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getStreet_JsonNullable()
      • setStreet_JsonNullable

        public void setStreet_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> street)
      • setStreet

        public void setStreet​(String street)
      • getStreet2

        @Nullable
        public String getStreet2()
        The optional second line of the address.
        Returns:
        street2
      • getStreet2_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getStreet2_JsonNullable()
      • setStreet2_JsonNullable

        public void setStreet2_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> street2)
      • setStreet2

        public void setStreet2​(String street2)
      • getCity

        @Nullable
        public String getCity()
        The city of the address.
        Returns:
        city
      • getCity_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getCity_JsonNullable()
      • setCity_JsonNullable

        public void setCity_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> city)
      • setCity

        public void setCity​(String city)
      • getSubdivision

        @Nullable
        public String getSubdivision()
        The ISO 3166-2 subdivision code of the address; not used by all countries.
        Returns:
        subdivision
      • getSubdivision_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getSubdivision_JsonNullable()
      • setSubdivision_JsonNullable

        public void setSubdivision_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> subdivision)
      • setSubdivision

        public void setSubdivision​(String subdivision)
      • getPostalCode

        @Nullable
        public String getPostalCode()
        The postal/post/zip code of the address; not used by all countries.
        Returns:
        postalCode
      • getPostalCode_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getPostalCode_JsonNullable()
      • setPostalCode_JsonNullable

        public void setPostalCode_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> postalCode)
      • setPostalCode

        public void setPostalCode​(String postalCode)
      • getCountryCode

        @Nullable
        public String getCountryCode()
        The ISO 3166 country 2-Alpha country code of the address.
        Returns:
        countryCode
      • getCountryCode_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getCountryCode_JsonNullable()
      • setCountryCode_JsonNullable

        public void setCountryCode_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> countryCode)
      • setCountryCode

        public void setCountryCode​(String countryCode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object