UpdateCustomerRequest

April 10, 2019 ยท View on GitHub

squareconnect.models.update_customer_request

Description

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

Properties

NameTypeDescriptionNotes
given_namestrThe customer's given (i.e., first) name.[optional]
family_namestrThe customer's family (i.e., last) name.[optional]
company_namestrThe name of the customer's company.[optional]
nicknamestrA nickname for the customer.[optional]
email_addressstrThe customer's email address.[optional]
addressAddressThe customer's physical address.[optional]
phone_numberstrThe customer's phone number.[optional]
reference_idstrAn optional second ID you can set to associate the customer with an entity in another system.[optional]
notestrAn optional note to associate with the customer.[optional]
birthdaystrThe 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]