Name | Type | Description | Notes |
---|---|---|---|
createdTime | OffsetDateTime | The Unix time the specified menu was created in GrabFood's database. | |
updatedTime | OffsetDateTime | The Unix time the specified menu was created in GrabFood's database. | |
code | CodeEnum | The status code for this request. See Menu sync response statuses for more information. | |
errors | List<String> | An array of strings of error message. | [optional] |
sections | List<MenuSyncFail> | [optional] |
Name | Value |
---|---|
SUCCESS | "Success" |
PARTIAL_SUCCESS | "PartialSuccess" |
IN_QUEUING | "InQueuing" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |