interface IRegcontrib {
    contract: Interfaces.Capital.IDocument2;
    contributor_hash: string;
    coopname: string;
    hours_per_day: Interfaces.Capital.IUint64;
    is_external_contract: boolean;
    rate_per_hour: string;
    username: string;
}

Properties

contributor_hash: string
coopname: string
hours_per_day: Interfaces.Capital.IUint64
is_external_contract: boolean
rate_per_hour: string
username: string