Class IdentityVerificationBusinessAssociateBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-06-17T16:52:52.925305Z[Etc/UTC]")
    public class IdentityVerificationBusinessAssociateBankModel
    extends Object
    IdentityVerificationBusinessAssociateBankModel
    • Constructor Detail

      • IdentityVerificationBusinessAssociateBankModel

        public IdentityVerificationBusinessAssociateBankModel()
    • Method Detail

      • getPersonaInquiryId

        @Nullable
        public String getPersonaInquiryId()
        The Persona identifier of the business associate backing inquiry. Available only for attested_business_registration verification method
        Returns:
        personaInquiryId
      • getPersonaInquiryId_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getPersonaInquiryId_JsonNullable()
      • setPersonaInquiryId_JsonNullable

        public void setPersonaInquiryId_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> personaInquiryId)
      • setPersonaInquiryId

        public void setPersonaInquiryId​(String personaInquiryId)
      • getPersonaState

        @Nullable
        public String getPersonaState()
        The Persona state of the backing inquiry; one of waiting, pending, reviewing, processing, expired, completed, or unknown. Available only for attested_business_registration verification method
        Returns:
        personaState
      • getPersonaState_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getPersonaState_JsonNullable()
      • setPersonaState_JsonNullable

        public void setPersonaState_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> personaState)
      • setPersonaState

        public void setPersonaState​(String personaState)
      • getCustomerGuid

        @Nullable
        public String getCustomerGuid()
        The business associate's customer identifier. Available only for attested_business_registration verification method
        Returns:
        customerGuid
      • getCustomerGuid_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
      • setCustomerGuid_JsonNullable

        public void setCustomerGuid_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)
      • setCustomerGuid

        public void setCustomerGuid​(String customerGuid)
      • getRole

        @Nullable
        public String getRole()
        The business associate role; one of director or owner.
        Returns:
        role
      • setRole

        public void setRole​(String role)
      • getEmailAddress

        @Nullable
        public String getEmailAddress()
        The business associate email address. Available only for business_registration verification method
        Returns:
        emailAddress
      • setEmailAddress

        public void setEmailAddress​(String emailAddress)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object