export UserUpdateIndividualDeets

interface UserUpdateIndividualDeets {
    address?: AddressDeets;
    dob?: null | string;
    full_ssn?: null | string;
}

Properties

address?: AddressDeets
dob?: null | string

The birthdate of the account holder

full_ssn?: null | string

Federal Tax Identifier / SSN of the account holder