interface ISettledebt {
    amount: string;
    coopname: string;
    statement: Interfaces.Capital.IDocument2;
    username: string;
}

Properties

amount: string
coopname: string
username: string