cooptypes - v2026.4.27-2
    Preparing search index...

    Interface ICooperativeData

    Таблица содержит реестр кооперативов.

    interface ICooperativeData {
        active_participants_count: Interfaces.Registrator.IUint64;
        announce: string;
        block_num?: number;
        chairman: IIndividualData;
        city: string;
        coop_type: string;
        country: string;
        created_at: string;
        defaultBankAccount: IBankAccount;
        deleted?: boolean;
        description: string;
        details: { inn: string; kpp: string; ogrn: string };
        document: Interfaces.Registrator.IDocument2;
        email: string;
        fact_address: string;
        full_address: string;
        full_name: string;
        initial: string;
        is_branched: boolean;
        is_cooperative: boolean;
        is_enrolled: boolean;
        members: MembersData[];
        minimum: string;
        org_initial: string;
        org_minimum: string;
        org_registration: string;
        parent_username: string;
        phone: string;
        registration: string;
        represented_by: {
            based_on: string;
            first_name: string;
            last_name: string;
            middle_name: string;
            position: string;
        };
        short_name: string;
        status: string;
        totalMembers: number;
        type: string;
        username: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active_participants_count: Interfaces.Registrator.IUint64
    announce: string
    block_num?: number
    chairman: IIndividualData
    city: string
    coop_type: string
    country: string
    created_at: string
    defaultBankAccount: IBankAccount
    deleted?: boolean
    description: string
    details: { inn: string; kpp: string; ogrn: string }
    email: string
    fact_address: string
    full_address: string
    full_name: string
    initial: string
    is_branched: boolean
    is_cooperative: boolean
    is_enrolled: boolean
    members: MembersData[]
    minimum: string
    org_initial: string
    org_minimum: string
    org_registration: string
    parent_username: string
    phone: string
    registration: string
    represented_by: {
        based_on: string;
        first_name: string;
        last_name: string;
        middle_name: string;
        position: string;
    }
    short_name: string
    status: string
    totalMembers: number
    type: string
    username: string