Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 3.17 KB

File metadata and controls

18 lines (14 loc) · 3.17 KB

CustomerSession

A customer session that can be used to authenticate as a customer.

Fields

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.