DependentResponse
Union response for dependent query
union DependentResponse = BadRequestError | Dependent | InternalServerError
Possible types
DependentResponse.BadRequestError object
Returned when there is an error in the request.
DependentResponse.Dependent object
A dependent associated with an account holder
DependentResponse.InternalServerError object
Returned when an error is encountered that is not expected.
Returned By
dependent query