Sha256: ecb1e2177557c8d3614e8ad851883aac73b2a10fcf6f8fb2bc47d299423441c8
Contents?: true
Size: 542 Bytes
Versions: 11
Compression:
Stored size: 542 Bytes
Contents
# SquareConnect::RetrieveEmployeeResponse ### Description Defines the fields that are included in the response body of a request to the RetrieveEmployee endpoint. One of `errors` or `employee` is present in a given response (never both). ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **employee** | [**Employee**](Employee.md) | The response object. | [optional] **errors** | [**Array<Error>**](Error.md) | Any errors that occurred during the request. | [optional]
Version data entries
11 entries across 11 versions & 1 rubygems