Time

  • The Time construct represents the time of an event when displaying an order to the user.

  • The JSON representation of the Time construct is a single field, timeIso8601, which is a string.

  • The timeIso8601 field represents an order-event time and can support various ISO 8601 formats like duration, date, or date time.

time construct to represent time of an event to use when displaying an order to the user.

JSON representation
{
  "timeIso8601": string
}
Fields
timeIso8601

string

Represents an order-event time like reservation time, delivery time and so on. Could be a duration (start & end time), just the date, date time etc. Refer https://en.wikipedia.org/wiki/ISO_8601 for all supported formats.