Name | Type | Description | Notes |
---|---|---|---|
merchantID | String | The merchant's ID that is in GrabFood's database. | [optional] |
status | StatusEnum | The status of this request. | [optional] |
errors | List<MenuEntityError> | The error messages when batch update menu record was partial success/fail. `null` when the request was success. | [optional] |
Name | Value |
---|---|
SUCCESS | "success" |
PARTIAL_SUCCESS | "partial success" |
FAIL | "fail" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |