Type alias IReportRequest

IReportRequest: {
    copies: number;
    declared_amount: number;
    end_datetime: Date;
    report_code_name: string;
    shift_uid: string;
    start_datetime: Date;
}

Type declaration

  • copies: number

    number of copies, default is 1

  • declared_amount: number
  • end_datetime: Date

    end date and time

  • report_code_name: string

    report code name

  • shift_uid: string

    shift uid (if shift uid is provided, start and end date time will be ignored, and the report will be generated for the shift period.)

  • start_datetime: Date

    start date and time

Generated using TypeDoc