export UserUpdateBusinessDeets

interface UserUpdateBusinessDeets {
    business_ein?: null | string;
    business_persons?: null | UserUpdateBusinessDeetsPerson[];
    business_website?: null | string;
    is_business_owners_provided?: null | boolean;
}

Properties

business_ein?: null | string

Business EIN

business_persons?: null | UserUpdateBusinessDeetsPerson[]

List of associated persons with business

business_website?: null | string

Business website

is_business_owners_provided?: null | boolean

Is owners provided for the business