export Person

interface Person {
    address?: AddressDeets;
    dob?: null | string;
    email?: null | string;
    federal_tax_id?: null | string;
    first_name?: null | string;
    id?: null | string;
    job_title?: null | string;
    last_name?: null | string;
    phone?: null | string;
    relationship_options?: RelationshipOptionsPerson;
    remote_person_id?: null | string;
    verification_status?: null | string;
}

Properties

address?: AddressDeets
dob?: null | string

The birthdate of the person

email?: null | string

Email address of the person

federal_tax_id?: null | string

Federal Tax Identifier / SSN of the person

first_name?: null | string

First name of the person

id?: null | string

Id of the persona

job_title?: null | string

Job title of person

last_name?: null | string

Last name of the person

phone?: null | string

Phone number of the person

relationship_options?: RelationshipOptionsPerson
remote_person_id?: null | string

Remote Person Id: i.e from Stripe

verification_status?: null | string

Verification status of person