barker/bookie/src/app/bill-settlement-report/bill-settlement-report-item.ts

7 lines
116 B
TypeScript
Raw Normal View History

export class BillSettlementReportItem {
date: string;
billId: string;
amount: number;
settlement: string;
}