Class IdentificationNumberBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-01-09T13:03:08.547029Z[Etc/UTC]")
    public class IdentificationNumberBankModel
    extends Object
    IdentificationNumberBankModel
    • Constructor Detail

      • IdentificationNumberBankModel

        public IdentificationNumberBankModel()
    • Method Detail

      • getType

        @Nonnull
        public String getType()
        The source of the identification number; one of drivers_license, passport, passport_card, residence_card, social_security_number, tax_identification_number, or identification_card.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getIssuingCountryCode

        @Nullable
        public String getIssuingCountryCode()
        The ISO 3166 country 2-Alpha country code of the identification number issuer.
        Returns:
        issuingCountryCode
      • setIssuingCountryCode

        public void setIssuingCountryCode​(String issuingCountryCode)
      • getIdentificationNumber

        @Nonnull
        public String getIdentificationNumber()
        The identification number.
        Returns:
        identificationNumber
      • setIdentificationNumber

        public void setIdentificationNumber​(String identificationNumber)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object