Sha256: 57c0c3abd9228fe791d4fedc47d1307b9929fb51a7791119ef7b41c5dbe868ec

Contents?: true

Size: 1.5 KB

Versions: 11

Compression:

Stored size: 1.5 KB

Contents

# SquareConnect::CreateCustomerRequest

### Description

Defines the body parameters that can be provided in a request to the CreateCustomer endpoint.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**idempotency_key** | **String** | The idempotency key for the request. See the [Idempotency](/basics/api101/idempotency) guide for more information. | [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] 
**company_name** | **String** | The name of the customer's company. | [optional] 
**nickname** | **String** | A nickname for the customer. | [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** | An optional second ID you can set to associate the customer with an entity in another system. | [optional] 
**note** | **String** | An optional note to associate with the customer. | [optional] 
**birthday** | **String** | The customer birthday in RFC-3339 format. Year is optional, timezone and times are not allowed. Example: `0000-09-01T00:00:00-00:00` for a birthday on September 1st. `1998-09-01T00:00:00-00:00` for a birthday on September 1st 1998. | [optional] 


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 docs/CreateCustomerRequest.md
square_connect-2.20190724.0.331 docs/CreateCustomerRequest.md
square_connect-2.20190724.0.330 docs/CreateCustomerRequest.md
square_connect-2.20190724.0.325 docs/CreateCustomerRequest.md
square_connect-2.20190710.0.321 docs/CreateCustomerRequest.md
square_connect-2.20190612.1.314 docs/CreateCustomerRequest.md
square_connect-2.20190612.0.311 docs/CreateCustomerRequest.md
square_connect-2.20190612.0.309 docs/CreateCustomerRequest.md
square_connect-2.20190508.0.304 docs/CreateCustomerRequest.md
square_connect-2.20190410.1.300 docs/CreateCustomerRequest.md
square_connect-2.20190410.0.296 docs/CreateCustomerRequest.md