Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1.5 KB

UpdateCustomerRequest.md

File metadata and controls

24 lines (18 loc) · 1.5 KB

UpdateCustomerRequest

squareconnect.models.update_customer_request

Description

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

Properties

Name Type Description Notes
given_name str The customer's given (i.e., first) name. [optional]
family_name str The customer's family (i.e., last) name. [optional]
company_name str The name of the customer's company. [optional]
nickname str A nickname for the customer. [optional]
email_address str The customer's email address. [optional]
address Address The customer's physical address. [optional]
phone_number str The customer's phone number. [optional]
reference_id str An optional second ID you can set to associate the customer with an entity in another system. [optional]
note str An optional note to associate with the customer. [optional]
birthday str 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]

[Back to Model list] [Back to API list] [Back to README]