BenefitsOfferingStatus
Describes the "status" of a Benefits Offering.
enum BenefitsOfferingStatus {
ACTIVE
CANCELED
PENDING
TERMINATED
}
Values
BenefitsOfferingStatus.ACTIVE
The Benefit Offering is "active". All eligible actions should be available in this state.
BenefitsOfferingStatus.CANCELED
The Benefit Offering is "canceled". This is expected to be an administrative state and should indicate that the Offering is non-operational. Spend, etc., should be impossible in this state.
BenefitsOfferingStatus.PENDING
The Benefit Offering is "pending" and is eligible to be deleted. Users may or may not be enrolled in the offering, and funds may or may not be committed, but spend should not be enabled for an Offering in this state.
BenefitsOfferingStatus.TERMINATED
The Benefit Offering is "completed". It was active for it's expected plan period and terminated of its own accord.
Member of
BenefitsOffering
object