TaxFormData
The box-level data for a tax form; the concrete type depends on the form's formType.
union TaxFormData = ContributionsTaxFormData | DistributionsTaxFormData
Possible types
TaxFormData.ContributionsTaxFormData object
Box-level data for a 5498-SA (HSA contributions), matching the values printed on the member's form. Only the
member-specific boxes are exposed: Box 1 (Archer MSA contributions) is always $0.00 since these are HSAs, and
Box 6 (the HSA / Archer MSA / MA MSA checkbox) is always HSA, as indicated by the form's formType. Money
boxes render as $0.00 on the PDF when null here.
TaxFormData.DistributionsTaxFormData object
Box-level data for a 1099-SA (HSA distributions), matching the values printed on the member's form. Only the
member-specific boxes are exposed: Box 5 (the HSA / Archer MSA / MA MSA checkbox) is always HSA, as indicated
by the form's formType. Money boxes render as $0.00 on the PDF when null here.
Member Of
TaxFormDetail object