TaxFormDownloadLinkResult
The success result for the taxFormDownloadLink query.
type TaxFormDownloadLinkResult {
downloadLink: DownloadLink!
taxForm: IndividualTaxForm!
}
Fields
TaxFormDownloadLinkResult.downloadLink ● DownloadLink! non-null object
A secure, expiring link to download the rendered PDF.
TaxFormDownloadLinkResult.taxForm ● IndividualTaxForm! non-null object
The tax form this link serves.