UpdateCustomerRequest

November 20, 2019 ยท View on GitHub

Description

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

Properties

NameGetterSetterTypeDescriptionNotes
given_namegetGivenName()setGivenName($value)stringThe given (i.e., first) name associated with the customer profile.[optional]
family_namegetFamilyName()setFamilyName($value)stringThe family (i.e., last) name associated with the customer profile.[optional]
company_namegetCompanyName()setCompanyName($value)stringA business name associated with the customer profile.[optional]
nicknamegetNickname()setNickname($value)stringA nickname for the customer profile.[optional]
email_addressgetEmailAddress()setEmailAddress($value)stringThe email address associated with the customer profile.[optional]
addressgetAddress()setAddress($value)\SquareConnect\Model\AddressThe physical address associated with the customer profile.[optional]
phone_numbergetPhoneNumber()setPhoneNumber($value)stringThe 11-digit phone number associated with the customer profile.[optional]
reference_idgetReferenceId()setReferenceId($value)stringAn optional, second ID used to associate the customer profile with an entity in another system.[optional]
notegetNote()setNote($value)stringA custom note associated with the customer profile.[optional]
birthdaygetBirthday()setBirthday($value)stringThe 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]

Note: All properties are protected and only accessed via getters and setters.

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