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

interface IProgramWallet {
    agreement_id: Interfaces.Soviet.IUint64;
    available: string;
    blocked: string;
    coopname: string;
    id: Interfaces.Soviet.IUint64;
    membership_contribution: string;
    program_id: Interfaces.Soviet.IUint64;
    username: string;
}

Properties

agreement_id: Interfaces.Soviet.IUint64
available: string
blocked: string
coopname: string
membership_contribution: string
username: string