Files
cfw-autumn/others/python-sdk/docs/models/listcustomerslist.md
2026-02-19 14:14:12 +00:00

6.9 KiB

ListCustomersList

Fields

Field Type Required Description
id Nullable[str] ✔️ Your unique identifier for the customer.
name Nullable[str] ✔️ The name of the customer.
email Nullable[str] ✔️ The email address of the customer.
created_at float ✔️ Timestamp of customer creation in milliseconds since epoch.
fingerprint Nullable[str] ✔️ A unique identifier (eg. serial number) to de-duplicate customers across devices or browsers. For example: apple device ID.
stripe_id Nullable[str] ✔️ Stripe customer ID.
env models.ListCustomersEnv ✔️ The environment this customer was created in.
metadata Dict[str, Any] ✔️ The metadata for the customer.
send_email_receipts bool ✔️ Whether to send email receipts to the customer.
subscriptions List[models.ListCustomersSubscription] ✔️ Active and scheduled recurring plans that this customer has attached.
purchases List[models.ListCustomersPurchase] ✔️ One-time purchases made by the customer.
balances Dict[str, models.Balance] ✔️ Feature balances keyed by feature ID, showing usage limits and remaining amounts.