export EndUserCreateDeets

interface EndUserCreateDeets {
    address?: AddressDeets;
    business_details?: IUserBusinessDeets;
    business_name?: null | string;
    dob?: string;
    email_address?: null | string;
    entity_type?: EntityType;
    federal_tax_id?: null | string;
    first_name?: null | string;
    individual_details?: IUserIndividualDeets;
    invite_token?: null | string;
    last_name?: null | string;
    object?: null | string;
    phone?: null | string;
}

Properties

address?: AddressDeets
business_details?: IUserBusinessDeets
business_name?: null | string

Business Name

dob?: string

The birthdate of the account holder

email_address?: null | string
entity_type?: EntityType
federal_tax_id?: null | string

Federal Tax Identifier / SSN of the account holder

first_name?: null | string

First name of the account holder

individual_details?: IUserIndividualDeets
invite_token?: null | string
last_name?: null | string

Last name of the account holder

object?: null | string
phone?: null | string

Phone number of the account holder