Class PersonUpdateParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.core.accounts.PersonUpdateParams

public class PersonUpdateParams extends ApiRequestParams
  • Method Details

    • builder

      public static PersonUpdateParams.Builder builder()
    • getAdditionalAddresses

      public List<PersonUpdateParams.AdditionalAddress> getAdditionalAddresses()
      Additional addresses associated with the person.
    • getAdditionalNames

      public List<PersonUpdateParams.AdditionalName> getAdditionalNames()
      Additional names (e.g. aliases) associated with the person.
    • getAdditionalTermsOfService

      public PersonUpdateParams.AdditionalTermsOfService getAdditionalTermsOfService()
      Attestations of accepted terms of service agreements.
    • getAddress

      public PersonUpdateParams.Address getAddress()
      The primary address associated with the person.
    • getDateOfBirth

      public PersonUpdateParams.DateOfBirth getDateOfBirth()
      The person's date of birth.
    • getDocuments

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

      public Object getEmail()
      Email.
    • 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 person's first name.
    • getIdNumbers

      public List<PersonUpdateParams.IdNumber> getIdNumbers()
      The identification numbers (e.g., SSN) associated with the person.
    • getLegalGender

      public PersonUpdateParams.LegalGender getLegalGender()
      The person'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

      public List<PersonUpdateParams.Nationality> getNationalities()
      The nationalities (countries) this person is associated with.
    • getPhone

      public Object getPhone()
      The phone number for this person.
    • getPoliticalExposure

      public PersonUpdateParams.PoliticalExposure getPoliticalExposure()
      The person's political exposure.
    • getRelationship

      public PersonUpdateParams.Relationship getRelationship()
      The relationship that this person has with the Account's business or legal entity.
    • getScriptAddresses

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

      public Object getScriptNames()
      The script names (e.g. non-Latin characters) associated with the person.
    • getSurname

      public Object getSurname()
      The person'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