TaxFormDownloadLinkResponse
The possible return types when requesting a tax form download link.
union TaxFormDownloadLinkResponse =
| BadRequestError
| InternalServerError
| TaxFormDownloadLinkResult
Possible types
TaxFormDownloadLinkResponse.BadRequestError object
Returned when there is an error in the request.
TaxFormDownloadLinkResponse.InternalServerError object
Returned when an error is encountered that is not expected.
TaxFormDownloadLinkResponse.TaxFormDownloadLinkResult object
The success result for the taxFormDownloadLink query.
Returned By
taxFormDownloadLink query