Skip to main content

BenefitsOfferingSpendLimitConfiguration

The configured spending limits of a Benefit Offering.

type BenefitsOfferingSpendLimitConfiguration {
id: ID!
limitForFamily: DecimalString!
limitForIndividual: DecimalString!
recurrencePeriod: BenefitsOfferingSpendLimitRecurrence @deprecated
}

Fields

BenefitsOfferingSpendLimitConfiguration.id ● ID! non-null scalar

The ID of this configurable feature. Must equal SPEND for this object. PFRM-757: Changed id to be SPEND-{offering.public_id} to fix caching issue in Apollo Client for nested offerings

BenefitsOfferingSpendLimitConfiguration.limitForFamily ● DecimalString! non-null scalar

The maximum amount of spend available to an family for this Benefit Offering.

BenefitsOfferingSpendLimitConfiguration.limitForIndividual ● DecimalString! non-null scalar

The maximum amount of spend available to an individual for this Benefit Offering.

BenefitsOfferingSpendLimitConfiguration.recurrencePeriod ● BenefitsOfferingSpendLimitRecurrence deprecated enum

DEPRECATED: This experimental property is unsupported and unused.

The time interval over which spend is measured.

Member of

BenefitsOfferingConfiguration object