Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1017 Bytes

Customers.md

File metadata and controls

17 lines (14 loc) · 1017 Bytes

# Customers

Properties

Name Type Description Notes
id string The unique identifier of the customer. [optional]
sso_id string The unique identifier of the customer in the SSO system. [optional]
activation_date \DateTime The date and time the customer was activated. [optional]
email string The email address of the customer. [optional]
first_name string The first name of the customer. [optional]
last_name string The last name of the customer. [optional]
phone string The phone number of the customer. [optional]
stripe_customer_id string The unique identifier of the customer in the Stripe system. [optional]
timestamp \DateTime The date and time the customer was created. [optional]

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