Sha256: 8937f444236f8f15039d834439b075c80943e3dd17ef4ca63f5366863a6f54e5
Contents?: true
Size: 539 Bytes
Versions: 11
Compression:
Stored size: 539 Bytes
Contents
# SquareConnect::CreateCustomerResponse ### Description Defines the fields that are included in the response body of a request to the CreateCustomer 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 created customer. | [optional]
Version data entries
11 entries across 11 versions & 1 rubygems