Mayson Monorepo Documentation
    Preparing search index...
    interface Individual {
        address?: AddressParam;
        address_kana?: JapanAddressParam;
        address_kanji?: JapanAddressParam;
        dob?: Emptyable<Stripe.TokenCreateParams.Account.Individual.Dob>;
        email?: string;
        first_name?: string;
        first_name_kana?: string;
        first_name_kanji?: string;
        full_name_aliases?: Emptyable<string[]>;
        gender?: string;
        id_number?: string;
        id_number_secondary?: string;
        last_name?: string;
        last_name_kana?: string;
        last_name_kanji?: string;
        maiden_name?: string;
        metadata?: Emptyable<MetadataParam>;
        phone?: string;
        political_exposure?: Stripe.TokenCreateParams.Account.Individual.PoliticalExposure;
        registered_address?: AddressParam;
        relationship?: Stripe.TokenCreateParams.Account.Individual.Relationship;
        ssn_last_4?: string;
        verification?: Stripe.TokenCreateParams.Account.Individual.Verification;
    }
    Index

    Properties

    address?: AddressParam

    The individual's primary address.

    address_kana?: JapanAddressParam

    The Kana variation of the individual's primary address (Japan only).

    address_kanji?: JapanAddressParam

    The Kanji variation of the individual's primary address (Japan only).

    The individual's date of birth.

    email?: string

    The individual's email address.

    first_name?: string

    The individual's first name.

    first_name_kana?: string

    The Kana variation of the individual's first name (Japan only).

    first_name_kanji?: string

    The Kanji variation of the individual's first name (Japan only).

    full_name_aliases?: Emptyable<string[]>

    A list of alternate names or aliases that the individual is known by.

    gender?: string

    The individual's gender

    id_number?: string

    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.

    id_number_secondary?: string

    The government-issued secondary ID number of the individual, as appropriate for the representative's country, will be used for enhanced verification checks. In Thailand, this would be the laser code found on the back of an ID card. Instead of the number itself, you can also provide a PII token created with Stripe.js.

    last_name?: string

    The individual's last name.

    last_name_kana?: string

    The Kana variation of the individual's last name (Japan only).

    last_name_kanji?: string

    The Kanji variation of the individual's last name (Japan only).

    maiden_name?: string

    The individual's maiden name.

    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.

    phone?: string

    The individual's phone number.

    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.

    registered_address?: AddressParam

    The individual's registered address.

    Describes the person's relationship to the account.

    ssn_last_4?: string

    The last four digits of the individual's Social Security Number (U.S. only).

    The individual's verification document information.