BenefitTemplatesResponse
A union representing the possible return types when querying for benefit templates
union BenefitTemplatesResponse =
  | BadRequestError
  | BenefitTemplatesResults
  | InternalServerError
Possible types
BenefitTemplatesResponse.BadRequestError object
Returned when there is an error in the request.
BenefitTemplatesResponse.BenefitTemplatesResults object
Represents a page of benefit templates
BenefitTemplatesResponse.InternalServerError object
Returned when an error is encountered that is not expected.
Returned By
benefitTemplates query