export UserUpdateBusinessDeetsPerson

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

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

first_name?: null | string

First name of the person

full_ssn?: null | string

Federal Tax Identifier / SSN of the account holder

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