For historical reporting, can I use the employee ID and transaction time from a Payment object (returned from V1 Payments) to find the job description active at that time?
If I understand, I can search shifts and find the one that matches the employee at that time? The shift will then have a ShiftWage object for the job description. Is that the best way to get the data I need?