PriceSpecificationStatus
Available price specification statuses.
enum PriceSpecificationStatus {
ACTIVE
DELETED
}
Values
PriceSpecificationStatus.ACTIVE
ACTIVE - means the entity is active and available for normal operation. It can be used and processed and displayed as expected.
PriceSpecificationStatus.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
PriceSpecification
object