Sha256: d201e79c7579a801eb39855e02bf502684df458690599d7d9174cf458874bea3
Contents?: true
Size: 1.37 KB
Versions: 8
Compression:
Stored size: 1.37 KB
Contents
# SquareConnect::UpdateCustomerRequest ### Description Defines the body parameters that can be provided in a request to the [UpdateCustomer](#endpoint-updatecustomer) endpoint. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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
8 entries across 8 versions & 1 rubygems