Skip to main content

contributionLimitInfos

Gets information about the current users contribution limits. If the user hasn't yet entered enough information for their contribution limits to be calculated (like single vs family status), then an empty array will be returned (if defaultToFamilyIfUnknown is not specified, see below). Otherwise, an array of contribution limits (only 1 if after contribution date cutoff, 2 if before contribution date cutoff) will be returned.

Note in the future way may decide to return ContributionLimitInfos for previous years.

contributionLimitInfos(
defaultCoverageTypeIfUnknown: HealthInsuranceCoverageType
): [ContributionLimitInfo!]!

Arguments

contributionLimitInfos.defaultCoverageTypeIfUnknown ● HealthInsuranceCoverageType enum

If specified, then if the user has not specified their insurance coverage status (single or family), then we just assume family (which results in a larger possible annual contribution). This is useful in cases where we want to prevent a user from overcontributing but we don't yet know their contribution limits, we want to at least prevent them from contributing too much.

Type

ContributionLimitInfo object

Struct that describes HSA contribution limits for the year