7.0 KiB
7.0 KiB
UpdateCustomerResponse
OK
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.UpdateCustomerEnv | ✔️ | 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.UpdateCustomerSubscription] | ✔️ | N/A |
purchases |
List[models.UpdateCustomerPurchase] | ✔️ | N/A |
balances |
Dict[str, models.UpdateCustomerBalances] | ✔️ | N/A |