Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.04 KB

File metadata and controls

29 lines (23 loc) · 1.04 KB

Customer

squareconnect.models.customer

Description

Represents one of a business's customers, which can have one or more cards on file associated with it.

Properties

Name Type Notes
id str
created_at str
updated_at str
cards list[Card] [optional]
given_name str [optional]
family_name str [optional]
nickname str [optional]
company_name str [optional]
email_address str [optional]
address Address [optional]
phone_number str [optional]
reference_id str [optional]
note str [optional]
preferences CustomerPreferences [optional]
groups list[CustomerGroupInfo] [optional]

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