RecordedHSAEligibilityAnswers
Convenience type that mirrors the HSA Eligibility responses provided during registration. If present, this indicates a user has completed HSA Eligibility questions.
type RecordedHSAEligibilityAnswers {
hasHighDeductiblePlan: YesNoMaybe
hasOtherMedBenefits: Boolean
hsaTransferMethod: HSATransferMethod
isADependent: Boolean
trusteeToTrusteeTransferAmount: Int
trusteeToTrusteeTransferExistingProvider: String
trusteeToTrusteeTransferUnit: String
wantsToTransferHSA: Boolean
}
Fields
RecordedHSAEligibilityAnswers.hasHighDeductiblePlan ● YesNoMaybe enum
RecordedHSAEligibilityAnswers.hasOtherMedBenefits ● Boolean scalar
RecordedHSAEligibilityAnswers.hsaTransferMethod ● HSATransferMethod enum
RecordedHSAEligibilityAnswers.isADependent ● Boolean scalar
RecordedHSAEligibilityAnswers.trusteeToTrusteeTransferAmount ● Int scalar
RecordedHSAEligibilityAnswers.trusteeToTrusteeTransferExistingProvider ● String scalar
RecordedHSAEligibilityAnswers.trusteeToTrusteeTransferUnit ● String scalar
RecordedHSAEligibilityAnswers.wantsToTransferHSA ● Boolean scalar
Member of
RecordedRegistrationData object