object

NestedTrackingDetails

Schema for nested tracking details.
Fields
is_current
Boolean
Indicates whether the tracking event is the current or active status. For example, `is_current` can be set to true.
is_passed
Boolean
Indicates whether the tracking event has passed or occurred. For example, `is_passed` can be set to true.
status
String
The status of the tracking event. For example, `status` can be set to 'processing'.
time
String
The time associated with the tracking event. For example, `time` can be set to '2024-11-01T10:00:00Z'.