interface IDeclineIncome {
    coopname: string;
    income_hash: string;
    reason: string;
}

Properties

coopname: string
income_hash: string
reason: string