Sha256: a19929cdfbba5c7a6b72cfbe4bf52dbc96bdfc458fa2352069c13b15bfea9d82

Contents?: true

Size: 1.63 KB

Versions: 22

Compression:

Stored size: 1.63 KB

Contents

# SquareConnect::Customer

### Description

Represents one of a business's customers, which can have one or more cards on file associated with it.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The customer's unique ID. | 
**created_at** | **String** | The time when the customer was created, in RFC 3339 format. | 
**updated_at** | **String** | The time when the customer was last updated, in RFC 3339 format. | 
**cards** | [**Array<Card>**](Card.md) | The non-confidential details of the customer's cards on file. | [optional] 
**given_name** | **String** | The customer's given (i.e., first) name. | [optional] 
**family_name** | **String** | The customer's family (i.e., last) name. | [optional] 
**nickname** | **String** | The customer's nickname. | [optional] 
**company_name** | **String** | The name of the customer's company. | [optional] 
**email_address** | **String** | The customer's email address. | [optional] 
**address** | [**Address**](Address.md) | The customer's physical address. | [optional] 
**phone_number** | **String** | The customer's phone number. | [optional] 
**reference_id** | **String** | A second ID you can set to associate the customer with an entity in another system. | [optional] 
**note** | **String** | A note to associate with the customer. | [optional] 
**preferences** | [**CustomerPreferences**](CustomerPreferences.md) | The customer's preferences. | [optional] 
**groups** | [**Array<CustomerGroupInfo>**](CustomerGroupInfo.md) | The groups the customer belongs to. | [optional] 


Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
square_connect-2.8.0.215 docs/Customer.md
square_connect-2.8.0.208 docs/Customer.md
square_connect-2.7.0.202 docs/Customer.md
square_connect-2.6.1.197 docs/Customer.md
square_connect-2.6.0.192 docs/Customer.md
square_connect-2.5.2.188 docs/Customer.md
square_connect-2.5.1.183 docs/Customer.md
square_connect-2.5.0.180 docs/Customer.md
square_connect-2.4.0.175 docs/Customer.md
square_connect-2.4.0.170 docs/Customer.md
square_connect-2.3.1.161 docs/Customer.md
square_connect-2.3.0.154 docs/Customer.md
square_connect-2.3.0.153 docs/Customer.md
square_connect-2.2.1.145 docs/Customer.md
square_connect-2.2.0.110 docs/Customer.md
square_connect-2.1.1.106 docs/Customer.md
square_connect-2.1.1.99 docs/Customer.md
square_connect-2.1.0.78 docs/Customer.md
square_connect-2.0.2.69 docs/Customer.md
square_connect-2.1.0.beta docs/Customer.md