Class AccountCreateParams.Individual

    • Method Detail

      • getDob

        public java.lang.Object getDob()
        The individual's date of birth.
      • getEmail

        public java.lang.String getEmail()
        The individual's email address.
      • getExtraParams

        public java.util.Map<java.lang.String,​java.lang.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.
      • getFirstName

        public java.lang.String getFirstName()
        The individual's first name.
      • getFirstNameKana

        public java.lang.String getFirstNameKana()
        The Kana variation of the the individual's first name (Japan only).
      • getFirstNameKanji

        public java.lang.String getFirstNameKanji()
        The Kanji variation of the individual's first name (Japan only).
      • getFullNameAliases

        public java.lang.Object getFullNameAliases()
        A list of alternate names or aliases that the individual is known by.
      • getGender

        public java.lang.String getGender()
        The individual's gender (International regulations require either "male" or "female").
      • getIdNumber

        public java.lang.String getIdNumber()
        The government-issued ID number of the individual, as appropriate for the representative’s country. (Examples are a Social Security Number in the U.S., or a Social Insurance Number in Canada). Instead of the number itself, you can also provide a PII token created with Stripe.js.
      • getLastName

        public java.lang.String getLastName()
        The individual's last name.
      • getLastNameKana

        public java.lang.String getLastNameKana()
        The Kana varation of the individual's last name (Japan only).
      • getLastNameKanji

        public java.lang.String getLastNameKanji()
        The Kanji varation of the individual's last name (Japan only).
      • getMaidenName

        public java.lang.String getMaidenName()
        The individual's maiden name.
      • getMetadata

        public java.lang.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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.
      • getPhone

        public java.lang.String getPhone()
        The individual's phone number.
      • getPoliticalExposure

        public AccountCreateParams.Individual.PoliticalExposure getPoliticalExposure()
        Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
      • getSsnLast4

        public java.lang.String getSsnLast4()
        The last four digits of the individual's Social Security Number (U.S. only).