You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
OrderApprovalPermissionResult
Details of an order approval permission result related to an order OrderApprovalPermissionResult
export interface OrderApprovalPermissionResult {
'approverName'?: string;
'approverNotes'?: string;
'permissionType'?: OrderApprovalPermissionType;
'statusDisplay'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
approverName | Optional | string | Name of the approver responsible for this permission result. {string} OrderApprovalPermissionResult |
approverNotes | Optional | string | Any comments the approver added to the approval item. {string} OrderApprovalPermissionResult |
permissionType | Optional | OrderApprovalPermissionType | {OrderApprovalPermissionType} OrderApprovalPermissionResult |
statusDisplay | Optional | string | Status of the order approval. {string} OrderApprovalPermissionResult |