ConfigurableBenefitsOfferingFeature
Represents a feature that clients can configure for a Benefits Offering.
enum ConfigurableBenefitsOfferingFeature {
CARDS
CLAIMS
GRACE_PERIOD
PARTICIPANT_FUNDING
ROLLOVER
RUNOUT
SPEND
}
Values
ConfigurableBenefitsOfferingFeature.CARDS
Cards controls the availability and configuration of card products in the context of an Offering.
ConfigurableBenefitsOfferingFeature.CLAIMS
Claims allow reimbursement requests to be submitted manually for off-ledger activity.
ConfigurableBenefitsOfferingFeature.GRACE_PERIOD
Grace Period enables claims to be incurred for a period of time after the Offering end.
ConfigurableBenefitsOfferingFeature.PARTICIPANT_FUNDING
Participant Funding configuration describes the initial funding behaviors for an account along with the funding behaviors available to the account while it is active.
ConfigurableBenefitsOfferingFeature.ROLLOVER
Rollover enables transferring unutilized funds from one Offering to another after Offering End
ConfigurableBenefitsOfferingFeature.RUNOUT
Runout enables claims to be submitted for a period of time after the Offering end.
ConfigurableBenefitsOfferingFeature.SPEND
Spend configuration relates to the "limit" an individual or group can spend, and may correspond to a legal/federal limit for some account types.
In earlier versions of this system, Spend also related to the "funding" of accounts. This relation is de-emphasized in favor of PARTICIPANT_FUNDING and may be deprecated in the future. Funding may correlate with spending limits and is generally expected NOT TO EXCEED spending limit but the two are configured and managed independently.
Member of
BenefitsOfferingCardsConfiguration
object ● BenefitsOfferingGracePeriodConfiguration
object ● BenefitsOfferingRolloverConfiguration
object ● BenefitsOfferingRunoutConfiguration
object