Broker System for Supercredit
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

PastYearMonthly.model.ts 146B

1234567891011
  1. export class PastYearMonthlyData {
  2. Period: string;
  3. Month: number;
  4. Year: number;
  5. Amount: number;
  6. Trail: number;
  7. Summary: string;
  8. }