Class PostIdentityVerificationAddressBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-10-21T14:33:37.047953Z[Etc/UTC]")
    public class PostIdentityVerificationAddressBankModel
    extends Object
    The customer's address. Required when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.
    • Constructor Detail

      • PostIdentityVerificationAddressBankModel

        public PostIdentityVerificationAddressBankModel()
    • Method Detail

      • getStreet

        @Nullable
        public String getStreet()
        The first line of the address. Required when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.
        Returns:
        street
      • setStreet

        public void setStreet​(String street)
      • getStreet2

        @Nullable
        public String getStreet2()
        The optional second line of the address. Optional when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.
        Returns:
        street2
      • setStreet2

        public void setStreet2​(String street2)
      • getCity

        @Nullable
        public String getCity()
        The city of the address. Required when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.
        Returns:
        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. Optional when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.
        Returns:
        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. Optional when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.
        Returns:
        postalCode
      • setPostalCode

        public void setPostalCode​(String postalCode)
      • getCountryCode

        @Nullable
        public String getCountryCode()
        The ISO 3166 country 2-Alpha country code of the address. Required when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.
        Returns:
        countryCode
      • setCountryCode

        public void setCountryCode​(String countryCode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object