ItemIdentifierStatus
Available Item Identifier statuses.
enum ItemIdentifierStatus {
ACTIVE
DELETED
}
Values
ItemIdentifierStatus.ACTIVE
ACTIVE - means the entity is active and available for normal operation. It can be used and processed and displayed as expected.
ItemIdentifierStatus.DELETED
DELETED - indicates that the entity is deleted and should not be used. It may be displayed but it should never be part of active results or part of business logic unless it actually is to return it to an active state.
Member Of
ItemIdentifier
object