interface IFundwithdraw {
    coopname: string;
    document: Interfaces.Soviet.IDocument2;
    type: string;
    username: string;
    withdraw_id: Interfaces.Soviet.IUint64;
}

Properties

coopname: string
type: string
username: string