Class AccountUpdateParams.Identity.Individual

java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Individual
Enclosing class:
AccountUpdateParams.Identity

public static class AccountUpdateParams.Identity.Individual extends Object
  • Method Details

    • builder

    • getAdditionalAddresses

      public Object getAdditionalAddresses()
      Additional addresses associated with the individual.
    • getAdditionalNames

      public Object getAdditionalNames()
      Additional names (e.g. aliases) associated with the individual.
    • getAddress

      public Object getAddress()
      The individual's residential address.
    • getDateOfBirth

      public Object getDateOfBirth()
      The individual's date of birth.
    • getDocuments

      public Object getDocuments()
      Documents that may be submitted to satisfy various informational requests.
    • getEmail

      public Object getEmail()
      The individual's email address.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getGivenName

      public Object getGivenName()
      The individual's first name.
    • getIdNumbers

      public Object getIdNumbers()
      The identification numbers (e.g., SSN) associated with the individual.
    • getLegalGender

      public ApiRequestParams.EnumParam getLegalGender()
      The individual's gender (International regulations require either "male" or "female").
    • getMetadata

      public Map<String,Object> getMetadata()
      Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    • getNationalities

      The countries where the individual is a national. Two-letter country code (ISO 3166-1 alpha-2).
    • getPhone

      public Object getPhone()
      The individual's phone number.
    • getPoliticalExposure

      public ApiRequestParams.EnumParam getPoliticalExposure()
      The individual's political exposure.
    • getRelationship

      public Object getRelationship()
      The relationship that this individual has with the account's identity.
    • getScriptAddresses

      public Object getScriptAddresses()
      The script addresses (e.g., non-Latin characters) associated with the individual.
    • getScriptNames

      public Object getScriptNames()
      The individuals primary name in non latin script.
    • getSurname

      public Object getSurname()
      The individual's last name.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object