export IUserIndividualDeets

interface IUserIndividualDeets {
    address?: AddressDeets;
    dob?: null | string;
    email_address?: null | string;
    federal_tax_id?: null | string;
    first_name?: null | string;
    last_name?: null | string;
    phone?: null | string;
}

Properties

address?: AddressDeets
dob?: null | string

The birthdate of the account holder

email_address?: null | string
federal_tax_id?: null | string

Federal Tax Identifier / SSN of the account holder

first_name?: null | string

First name of the account holder

last_name?: null | string

Last name of the account holder

phone?: null | string

Phone number of the account holder