Is there a supported/recommended way to get attribute values that are not exposed in the SDKs?
This is a general question, but my specific issue is that I need to get the tip_eligible boolean value of a shift wage.
The returned result includes it, but I cannot find a method to access it in the PHP object.
I know that I can user curl to directly retrieve the result and then parse it, but this seems like it should be unnecessary, inefficient and brittle.
Let me know if my question is unclear or if you need more details.
Thanks
4 posts - 2 participants