| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The approval request ID | |
| kind | KindEnum | The type of review action to take | |
| creationDate | Long | [optional] | |
| comment | String | A comment describing the approval response | [optional] |
| memberId | String | ID of account member that reviewed request | [optional] |
| serviceTokenId | String | ID of account service token that reviewed request | [optional] |
| Name | Value |
|---|---|
| APPROVE | "approve" |
| DECLINE | "decline" |
| COMMENT | "comment" |