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

    Таблица хранит целевые потребительские программы контракта маркетплейса.

    interface IProgram {
        announce: string;
        available: string;
        blocked: string;
        calculation_type: string;
        coopname: string;
        description: string;
        draft_id: Interfaces.Soviet.IUint64;
        expired_at: string;
        fixed_membership_contribution: string;
        id: Interfaces.Soviet.IUint64;
        images: string;
        is_active: boolean;
        is_can_coop_spend_share_contributions: boolean;
        membership_contributions: string;
        membership_percent_fee: Interfaces.Soviet.IUint64;
        meta: string;
        preview: string;
        program_type: string;
        share_contributions: string;
        spendeded: string;
        start_at: string;
        title: string;
    }
    Index

    Properties

    announce: string
    available: string
    blocked: string
    calculation_type: string
    coopname: string
    description: string
    expired_at: string
    fixed_membership_contribution: string
    images: string
    is_active: boolean
    is_can_coop_spend_share_contributions: boolean
    membership_contributions: string
    membership_percent_fee: Interfaces.Soviet.IUint64
    meta: string
    preview: string
    program_type: string
    share_contributions: string
    spendeded: string
    start_at: string
    title: string