interface IWithdraw {
    coopname: string;
    statement: Interfaces.Soviet.IDocument2;
    username: string;
    withdraw_id: Interfaces.Soviet.IUint64;
}

Properties

coopname: string
username: string