File

src/app/modules/daily-processing/models/i-ach-summary.ts

Index

Properties

Properties

entries
entries: IAchSummaryEntry[]
Type : IAchSummaryEntry[]
export interface IAchSummaryEntry {
  key: string;
  credit: number;
  debit: number;
}
export interface IAchSummary {
  entries: IAchSummaryEntry[];
}

result-matching ""

    No results matching ""