Действие для создания заявки на возврат паевого взноса из кошелька.

interface ICreateWithdraw {
    coopname: string;
    quantity: string;
    statement: WalletContract.Interfaces.IDocument;
    username: string;
    withdraw_hash: string;
}

Properties

coopname: string
quantity: string
username: string
withdraw_hash: string