Sha256: 8115977a0398019a6100b3e697aa754c17df0435116cbf73184c1d5d2962147c
Contents?: true
Size: 575 Bytes
Versions: 35
Compression:
Stored size: 575 Bytes
Contents
# SquareConnect::RetrieveCustomerResponse ### Description Defines the fields that are included in the response body of a request to the [RetrieveCustomer](#endpoint-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
35 entries across 35 versions & 1 rubygems