Alokai

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