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

    Публичная часть позиции расхода — единственное, что публикуется в meta документа on-chain. Реквизиты получателя, его имя и назначение платежа сюда НЕ входят — они приватны (см. IExpensePrivateItem).

    interface IExpenseItem {
        amount: string;
        description: string;
        mechanics: ExpenseItemPaymentMechanics;
        number: string;
        recipient_type: ExpenseItemRecipientType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: string
    description: string
    number: string
    recipient_type: ExpenseItemRecipientType