Sha256: ec8e846bad9643dc5f7ca1486642a75f5049712d284f677eb4270256cfb8931f
Contents?: true
Size: 1.08 KB
Versions: 27
Compression:
Stored size: 1.08 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]
Version data entries
27 entries across 27 versions & 1 rubygems