Class PersonCreateParams

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

public class PersonCreateParams extends ApiRequestParams
  • Method Details

    • builder

      public static PersonCreateParams.Builder builder()
    • getAdditionalAddresses

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

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

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

      public PersonCreateParams.Address getAddress()
      The person's residential address.
    • getDateOfBirth

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

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

      public String 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 String getGivenName()
      The person's first name.
    • getIdNumbers

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

      public PersonCreateParams.LegalGender getLegalGender()
      The person's gender (International regulations require either "male" or "female").
    • getMetadata

      public Map<String,String> 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<PersonCreateParams.Nationality> getNationalities()
      The nationalities (countries) this person is associated with.
    • getPhone

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

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

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

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

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

      public String 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