Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.6 KB

UpdateCustomerRequest.md

File metadata and controls

19 lines (15 loc) · 1.6 KB

UpdateCustomerRequest

Properties

Name Getter Setter Type Description Notes
given_name getGivenName() setGivenName($value) string The customer's given (i.e., first) name. [optional]
family_name getFamilyName() setFamilyName($value) string The customer's family (i.e., last) name. [optional]
company_name getCompanyName() setCompanyName($value) string The name of the customer's company. [optional]
nickname getNickname() setNickname($value) string A nickname for the customer. [optional]
email_address getEmailAddress() setEmailAddress($value) string The customer's email address. [optional]
address getAddress() setAddress($value) \SquareConnect\Model\Address The customer's physical address. [optional]
phone_number getPhoneNumber() setPhoneNumber($value) string The customer's phone number. [optional]
reference_id getReferenceId() setReferenceId($value) string An optional second ID you can set to associate the customer with an entity in another system. [optional]
note getNote() setNote($value) string An optional note to associate with the customer. [optional]

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

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