interface IWithdraw {
    approved_statement: Interfaces.Wallet.IDocument2;
    authorization: Interfaces.Wallet.IDocument2;
    coopname: string;
    created_at: string;
    id: Interfaces.Wallet.IUint64;
    quantity: string;
    statement: Interfaces.Wallet.IDocument2;
    status: string;
    username: string;
    withdraw_hash: string;
}

Properties

approved_statement: Interfaces.Wallet.IDocument2
coopname: string
created_at: string
quantity: string
status: string
username: string
withdraw_hash: string