UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

14 lines (13 loc) 364 B
import { ReportType } from '../enums/report.type.enum'; export interface IReportRequestInfo { ReportRequestId: string; ReportType: ReportType; StartDate: Date; EndDate: Date; Scheduled: Date; SubmittedDate: Date; ReportProcessingStatus: string; GeneratedReportId: string; StartedProcessingDate: Date; CompletedDate: Date; }