interface IInput {
    data: {
        actual_amount?: null | string;
        coopname: string;
        item_hash: string;
        proposal_hash: string;
    };
}

Properties

Properties

data: {
    actual_amount?: null | string;
    coopname: string;
    item_hash: string;
    proposal_hash: string;
}

Type declaration

  • Optional actual_amount?: null | string

    Фактически потраченная сумма по чекам (asset, например "800.0000 RUB"). Не указана — равна выданному авансу.

  • coopname: string

    Имя кооператива.

  • item_hash: string

    Хеш строки расхода (item).

  • proposal_hash: string

    Хеш сметы расхода (proposal).