Square.Connect.Model.UpdateCustomerRequest

November 20, 2019 ยท View on GitHub

Description

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

Properties

NameTypeDescriptionNotes
GivenNamestringThe given (i.e., first) name associated with the customer profile.[optional]
FamilyNamestringThe family (i.e., last) name associated with the customer profile.[optional]
CompanyNamestringA business name associated with the customer profile.[optional]
NicknamestringA nickname for the customer profile.[optional]
EmailAddressstringThe email address associated with the customer profile.[optional]
AddressAddressThe physical address associated with the customer profile.[optional]
PhoneNumberstringThe 11-digit phone number associated with the customer profile.[optional]
ReferenceIdstringAn optional, second ID used to associate the customer profile with an entity in another system.[optional]
NotestringA custom note associated with the customer profile.[optional]
BirthdaystringThe 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]

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