export IUserBusinessDeets

interface IUserBusinessDeets {
    business_address?: AddressDeets;
    business_ein?: null | string;
    business_legal_name?: null | string;
    business_name?: null | string;
    business_persons?: null | Person[];
    business_phone_number?: null | string;
    business_website?: null | string;
    email_address?: null | string;
    is_business_owners_provided?: null | boolean;
}

Properties

business_address?: AddressDeets
business_ein?: null | string

Business EIN

business_legal_name?: null | string

Business Legal Name

business_name?: null | string

Address of the Business

business_persons?: null | Person[]

List of associated persons with business

business_phone_number?: null | string

Business Phone Number

business_website?: null | string

Business website

email_address?: null | string
is_business_owners_provided?: null | boolean

Is owners provided for the business