export RelationshipOptionsPerson

interface RelationshipOptionsPerson {
    is_director?: null | boolean;
    is_executive?: null | boolean;
    is_owner?: null | boolean;
    is_representative?: null | boolean;
    percent_ownership?: null | number;
}

Properties

is_director?: null | boolean

Is this person director

is_executive?: null | boolean

Is this person executive

is_owner?: null | boolean

Is this person owner

is_representative?: null | boolean

Is this person representative

percent_ownership?: null | number

person ownership percentage