Interface CreateSecondaryAccountRequestInput

interface CreateSecondaryAccountRequestInput {
    authorizationToken: string;
    firstName?: string;
    mainUserId: string;
    password?: string;
    shouldCopyConsentAndBirthdayFromMain?: boolean;
    shouldLinkToMain?: boolean;
    username: string;
    waterfallId: string;
}

Properties

authorizationToken: string
firstName?: string
mainUserId: string
password?: string
shouldCopyConsentAndBirthdayFromMain?: boolean
shouldLinkToMain?: boolean
username: string
waterfallId: string