EntityApprovalStatus
Represents the current status of an entity approval.
enum EntityApprovalStatus {
UNKNOWN
ACTIVE
PASSIVE
EXPIRED
DISCONTINUED
REPLACED
DELETED
}
Values
EntityApprovalStatus.UNKNOWN
Status is not known or has not been set.
EntityApprovalStatus.ACTIVE
The entity approval is active and awaiting action.
EntityApprovalStatus.PASSIVE
The entity approval is passive and not currently active.
EntityApprovalStatus.EXPIRED
The entity approval has expired past its deadline.
EntityApprovalStatus.DISCONTINUED
The entity approval has been discontinued.
EntityApprovalStatus.REPLACED
The entity approval has been replaced by another.
EntityApprovalStatus.DELETED
The entity approval has been deleted.
Member Of
EntityApproval object