Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

OrderApprovalRecord

Details of one order approval record OrderApprovalRecord

export interface OrderApprovalRecord {
	'approver'?: Principal;
	'comments'?: string;
	'permissionTypes'?: Array<OrderApprovalPermissionType>;
	'statusDisplay'?: string;
}

Properties

NameRequiredTypeDescription
approverOptionalPrincipal{Principal} OrderApprovalRecord
commentsOptionalstringAny comments the approver (or the workflow system) added to the approval item. {string} OrderApprovalRecord
permissionTypesOptionalArray<OrderApprovalPermissionType>List of permission types related to this approval record. {Array<OrderApprovalPermissionType>} OrderApprovalRecord
statusDisplayOptionalstringStatus of the order approval. {string} OrderApprovalRecord

Referenced Types

On this page