Skip to main content

AdditionalItemIdStatus

Available additional item id statuses.

enum AdditionalItemIdStatus {
ACTIVE
DELETED
}

Values

AdditionalItemIdStatus.ACTIVE

ACTIVE - means the entity is active and available for normal operation. It can be used and processed and displayed as expected.

AdditionalItemIdStatus.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

AdditionalItemId object