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

Properties

approved_statement: WalletContract.Interfaces.IDocument
coopname: string
created_at: string
quantity: string
status: string
username: string
withdraw_hash: string