Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.73 KB

CreateCustomerRequest.md

File metadata and controls

22 lines (17 loc) · 1.73 KB

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 guide for more information. [optional]
given_name String The given (i.e., first) name associated with the customer profile. [optional]
family_name String The family (i.e., last) name associated with the customer profile. [optional]
company_name String A business name associated with the customer profile. [optional]
nickname String A nickname for the customer profile. [optional]
email_address String The email address associated with the customer profile. [optional]
address Address The physical address associated with the customer profile. [optional]
phone_number String The 11-digit phone number associated with the customer profile. [optional]
reference_id String An optional, second ID used to associate the customer profile with an entity in another system. [optional]
note String A custom note associated with the customer profile. [optional]
birthday String The birthday associated with the customer profile, in RFC-3339 format. Year is optional, timezone and times are not allowed. For example: `0000-09-01T00:00:00-00:00` indicates a birthday on September 1st. `1998-09-01T00:00:00-00:00` indications a birthday on September 1st 1998. [optional]