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