CalOohPay API Documentation - v2.1.0
    Preparing search index...

    Interface CalOohPayResult

    Summary result from processing schedules.

    This interface provides aggregate metrics from a calOohPay execution, useful for testing, monitoring, and integration scenarios.

    2.1.0

    interface CalOohPayResult {
        schedulesProcessed: number;
        totalCompensation: number;
        totalUsers: number;
    }
    Index

    Properties

    schedulesProcessed: number

    Number of schedules successfully processed

    totalCompensation: number

    Total compensation amount in GBP across all schedules

    totalUsers: number

    Total number of unique users across all schedules