Class ApplicationFormPrefill


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.9.0")
    public class ApplicationFormPrefill
    extends java.lang.Object
    ApplicationFormPrefill
    • Field Detail

      • JSON_PROPERTY_APPLICATION_TYPE

        public static final java.lang.String JSON_PROPERTY_APPLICATION_TYPE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_FULL_NAME

        public static final java.lang.String JSON_PROPERTY_FULL_NAME
        See Also:
        Constant Field Values
      • JSON_PROPERTY_SSN

        public static final java.lang.String JSON_PROPERTY_SSN
        See Also:
        Constant Field Values
      • JSON_PROPERTY_PASSPORT

        public static final java.lang.String JSON_PROPERTY_PASSPORT
        See Also:
        Constant Field Values
      • JSON_PROPERTY_NATIONALITY

        public static final java.lang.String JSON_PROPERTY_NATIONALITY
        See Also:
        Constant Field Values
      • JSON_PROPERTY_DATE_OF_BIRTH

        public static final java.lang.String JSON_PROPERTY_DATE_OF_BIRTH
        See Also:
        Constant Field Values
      • JSON_PROPERTY_EMAIL

        public static final java.lang.String JSON_PROPERTY_EMAIL
        See Also:
        Constant Field Values
      • JSON_PROPERTY_NAME

        public static final java.lang.String JSON_PROPERTY_NAME
        See Also:
        Constant Field Values
      • JSON_PROPERTY_STATE_OF_INCORPORATION

        public static final java.lang.String JSON_PROPERTY_STATE_OF_INCORPORATION
        See Also:
        Constant Field Values
      • JSON_PROPERTY_ENTITY_TYPE

        public static final java.lang.String JSON_PROPERTY_ENTITY_TYPE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_CONTACT

        public static final java.lang.String JSON_PROPERTY_CONTACT
        See Also:
        Constant Field Values
      • JSON_PROPERTY_OFFICER

        public static final java.lang.String JSON_PROPERTY_OFFICER
        See Also:
        Constant Field Values
      • JSON_PROPERTY_BENEFICIAL_OWNERS

        public static final java.lang.String JSON_PROPERTY_BENEFICIAL_OWNERS
        See Also:
        Constant Field Values
      • JSON_PROPERTY_WEBSITE

        public static final java.lang.String JSON_PROPERTY_WEBSITE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_PHONE

        public static final java.lang.String JSON_PROPERTY_PHONE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_ADDRESS

        public static final java.lang.String JSON_PROPERTY_ADDRESS
        See Also:
        Constant Field Values
      • JSON_PROPERTY_DBA

        public static final java.lang.String JSON_PROPERTY_DBA
        See Also:
        Constant Field Values
      • JSON_PROPERTY_EIN

        public static final java.lang.String JSON_PROPERTY_EIN
        See Also:
        Constant Field Values
      • JSON_PROPERTY_JWT_SUBJECT

        public static final java.lang.String JSON_PROPERTY_JWT_SUBJECT
        See Also:
        Constant Field Values
      • JSON_PROPERTY_INDUSTRY

        public static final java.lang.String JSON_PROPERTY_INDUSTRY
        See Also:
        Constant Field Values
      • JSON_PROPERTY_BUSINESS_VERTICAL

        public static final java.lang.String JSON_PROPERTY_BUSINESS_VERTICAL
        See Also:
        Constant Field Values
      • JSON_PROPERTY_OCCUPATION

        public static final java.lang.String JSON_PROPERTY_OCCUPATION
        See Also:
        Constant Field Values
    • Constructor Detail

      • ApplicationFormPrefill

        public ApplicationFormPrefill()
    • Method Detail

      • getFullName

        @Nullable
        public FullName getFullName()
        Get fullName
        Returns:
        fullName
      • setFullName

        public void setFullName​(FullName fullName)
      • getSsn

        @Nullable
        public java.lang.String getSsn()
        Get ssn
        Returns:
        ssn
      • setSsn

        public void setSsn​(java.lang.String ssn)
      • getPassport

        @Nullable
        public java.lang.String getPassport()
        Get passport
        Returns:
        passport
      • setPassport

        public void setPassport​(java.lang.String passport)
      • getNationality

        @Nullable
        public java.lang.String getNationality()
        Get nationality
        Returns:
        nationality
      • setNationality

        public void setNationality​(java.lang.String nationality)
      • getDateOfBirth

        @Nullable
        public java.time.LocalDate getDateOfBirth()
        Get dateOfBirth
        Returns:
        dateOfBirth
      • setDateOfBirth

        public void setDateOfBirth​(java.time.LocalDate dateOfBirth)
      • getEmail

        @Nullable
        public java.lang.String getEmail()
        Get email
        Returns:
        email
      • setEmail

        public void setEmail​(java.lang.String email)
      • getName

        @Nullable
        public java.lang.String getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • stateOfIncorporation

        public ApplicationFormPrefill stateOfIncorporation​(java.lang.String stateOfIncorporation)
      • getStateOfIncorporation

        @Nullable
        public java.lang.String getStateOfIncorporation()
        Get stateOfIncorporation
        Returns:
        stateOfIncorporation
      • setStateOfIncorporation

        public void setStateOfIncorporation​(java.lang.String stateOfIncorporation)
      • getEntityType

        @Nullable
        public EntityType getEntityType()
        Get entityType
        Returns:
        entityType
      • setEntityType

        public void setEntityType​(EntityType entityType)
      • getContact

        @Nullable
        public Contact getContact()
        Get contact
        Returns:
        contact
      • setContact

        public void setContact​(Contact contact)
      • getOfficer

        @Nullable
        public CreateOfficer getOfficer()
        Get officer
        Returns:
        officer
      • getBeneficialOwners

        @Nullable
        public java.util.List<CreateBeneficialOwner> getBeneficialOwners()
        Get beneficialOwners
        Returns:
        beneficialOwners
      • setBeneficialOwners

        public void setBeneficialOwners​(java.util.List<CreateBeneficialOwner> beneficialOwners)
      • getWebsite

        @Nullable
        public java.lang.String getWebsite()
        Get website
        Returns:
        website
      • setWebsite

        public void setWebsite​(java.lang.String website)
      • getPhone

        @Nullable
        public Phone getPhone()
        Get phone
        Returns:
        phone
      • setPhone

        public void setPhone​(Phone phone)
      • getAddress

        @Nullable
        public Address getAddress()
        Get address
        Returns:
        address
      • setAddress

        public void setAddress​(Address address)
      • getDba

        @Nullable
        public java.lang.String getDba()
        Get dba
        Returns:
        dba
      • setDba

        public void setDba​(java.lang.String dba)
      • getEin

        @Nullable
        public java.lang.String getEin()
        Get ein
        Returns:
        ein
      • setEin

        public void setEin​(java.lang.String ein)
      • getJwtSubject

        @Nullable
        public java.lang.String getJwtSubject()
        Get jwtSubject
        Returns:
        jwtSubject
      • getJwtSubject_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getJwtSubject_JsonNullable()
      • setJwtSubject_JsonNullable

        public void setJwtSubject_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jwtSubject)
      • setJwtSubject

        public void setJwtSubject​(java.lang.String jwtSubject)
      • getIndustry

        @Nullable
        public Industry getIndustry()
        Get industry
        Returns:
        industry
      • setIndustry

        public void setIndustry​(Industry industry)
      • getBusinessVertical

        @Nullable
        public BusinessVertical getBusinessVertical()
        Get businessVertical
        Returns:
        businessVertical
      • setBusinessVertical

        public void setBusinessVertical​(BusinessVertical businessVertical)
      • getOccupation

        @Nullable
        public Occupation getOccupation()
        Get occupation
        Returns:
        occupation
      • setOccupation

        public void setOccupation​(Occupation occupation)
      • equals

        public boolean equals​(java.lang.Object o)
        Return true if this ApplicationFormPrefill object is equal to 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
      • toUrlQueryString

        public java.lang.String toUrlQueryString()
        Convert the instance into URL query string.
        Returns:
        URL query string
      • toUrlQueryString

        public java.lang.String toUrlQueryString​(java.lang.String prefix)
        Convert the instance into URL query string.
        Parameters:
        prefix - prefix of the query string
        Returns:
        URL query string