Open Cap Table Protocol Canton SDK - v0.2.84
    Preparing search index...

    Interface OcfStakeholder

    interface OcfStakeholder {
        addresses: {
            address_type: "OTHER" | "LEGAL" | "CONTACT";
            city?: string;
            country: string;
            country_subdivision?: string;
            postal_code?: string;
            street_suite?: string;
        }[];
        comments?: string[];
        contact_info?: {
            emails?: {
                email_address: string;
                email_type: "PERSONAL"
                | "BUSINESS"
                | "OTHER";
            }[];
            phone_numbers?: {
                phone_number: string;
                phone_type: "BUSINESS"
                | "OTHER"
                | "HOME"
                | "MOBILE";
            }[];
        };
        current_relationships?: string[];
        id?: string;
        issuer_assigned_id?: string;
        name: { first_name?: string; last_name?: string; legal_name: string };
        object_type: "STAKEHOLDER";
        primary_contact?: {
            emails?: {
                email_address: string;
                email_type: "PERSONAL" | "BUSINESS" | "OTHER";
            }[];
            name: { first_name?: string; last_name?: string; legal_name: string };
            phone_numbers?: {
                phone_number: string;
                phone_type: "BUSINESS" | "OTHER" | "HOME" | "MOBILE";
            }[];
        };
        stakeholder_type: "INDIVIDUAL"
        | "INSTITUTION";
        tax_ids: { country: string; tax_id: string }[];
    }
    Index

    Properties

    addresses: {
        address_type: "OTHER" | "LEGAL" | "CONTACT";
        city?: string;
        country: string;
        country_subdivision?: string;
        postal_code?: string;
        street_suite?: string;
    }[]
    comments?: string[]
    contact_info?: {
        emails?: {
            email_address: string;
            email_type: "PERSONAL" | "BUSINESS" | "OTHER";
        }[];
        phone_numbers?: {
            phone_number: string;
            phone_type: "BUSINESS"
            | "OTHER"
            | "HOME"
            | "MOBILE";
        }[];
    }
    current_relationships?: string[]
    id?: string
    issuer_assigned_id?: string
    name: { first_name?: string; last_name?: string; legal_name: string }
    object_type: "STAKEHOLDER"
    primary_contact?: {
        emails?: {
            email_address: string;
            email_type: "PERSONAL" | "BUSINESS" | "OTHER";
        }[];
        name: { first_name?: string; last_name?: string; legal_name: string };
        phone_numbers?: {
            phone_number: string;
            phone_type: "BUSINESS" | "OTHER" | "HOME" | "MOBILE";
        }[];
    }
    stakeholder_type: "INDIVIDUAL" | "INSTITUTION"
    tax_ids: { country: string; tax_id: string }[]