Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 2.89 KB

customersession.md

File metadata and controls

17 lines (13 loc) · 2.89 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
customer_portal_url str ✔️ N/A
customer_id str ✔️ N/A
customer models.Customer ✔️ A customer in an organization.