interface IIncomeDocument {
    coopname: string;
    document: SovietContract.Interfaces.IDocument;
    id: SovietContract.Interfaces.IUint64;
    secondary_id: SovietContract.Interfaces.IUint64;
    type: string;
    username: string;
}

Properties

coopname: string
type: string
username: string