A customer session that can be used to authenticate as a customer.
| Field | Type | Required | Description |
|---|---|---|---|
created_at |
date | ✔️ | Creation timestamp of the object. |
modified_at |
date | ✔️ | Last modification timestamp of the object. |
id |
str | ✔️ | The ID of the object. |
token |
str | ✔️ | N/A |
expires_at |
date | ✔️ | N/A |
return_url |
Nullable[str] | ✔️ | N/A |
customer_portal_url |
str | ✔️ | N/A |
customer_id |
str | ✔️ | N/A |
customer |
models.Customer | ✔️ | A customer in an organization. |