File

src/app/modules/daily-processing/models/i-processing-info.ts

Index

Properties

Properties

AchInfo
AchInfo: any
Type : any
BatchInfoSummaryUri
BatchInfoSummaryUri: string
Type : string
BatchInfoUri
BatchInfoUri: string
Type : string
BatchManifestUrl
BatchManifestUrl: string
Type : string
BatchName
BatchName: string
Type : string
FiSummary
FiSummary: any
Type : any
HealthChecks
HealthChecks: any[]
Type : any[]
HealthCheckSummary
HealthCheckSummary: HealthCheckSummary
Type : HealthCheckSummary
MessagesToSendUrl
MessagesToSendUrl: string
Type : string
Name
Name: string
Type : string
PaymentInfo
PaymentInfo: any
Type : any
ProcessingDate
ProcessingDate: string
Type : string
SkippedPayments
SkippedPayments: any
Type : any
export interface HealthCheckSummary {
  HealthCheckStatus: string;
  HealthCheckDescription: string;
}

export interface ProcessingRunInfo {
  Name: string;
  BatchName: string;
  ProcessingDate: string;
  BatchManifestUrl: string;
  MessagesToSendUrl: string;
  HealthChecks: any[];
  AchInfo: any;
  FiSummary: any;
  PaymentInfo: any;
  SkippedPayments: any;
  HealthCheckSummary: HealthCheckSummary;
  BatchInfoUri: string;
  BatchInfoSummaryUri: string;
}

export interface AchSummary {
  name?: string;
  credit?: any;
  debit?: any;
  NetworkSend?: any;
}

export interface InfoEntry {
  cutOff?: string;
  AchSummary: AchSummary;
  ProcessingRunInfo: ProcessingRunInfo[];
  ProcessingRunSummary: any[];
}

export interface ProcessingInfo {
  entries: InfoEntry[];
}

result-matching ""

    No results matching ""