docs/Customer.md in square_connect-2.20180918.1.251 vs docs/Customer.md in square_connect-2.20181205.0.263

- old
+ new

@@ -8,10 +8,10 @@ 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] +**cards** | [**Array<Card>**](Card.md) | The payment 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]