Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.1 KB

UpdateCustomerRequest.md

File metadata and controls

19 lines (14 loc) · 1.1 KB

Square.Connect.Model.UpdateCustomerRequest

Properties

Name Type Description Notes
GivenName string The customer's given (i.e., first) name. [optional]
FamilyName string The customer's family (i.e., last) name. [optional]
CompanyName string The name of the customer's company. [optional]
Nickname string A nickname for the customer. [optional]
EmailAddress string The customer's email address. [optional]
Address Address The customer's physical address. [optional]
PhoneNumber string The customer's phone number. [optional]
ReferenceId 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]

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