CustomerSession
A customer session that can be used to authenticate as a customer.
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomerSession{ created_at: term(), customer: term(), customer_id: term(), customer_portal_url: term(), expires_at: term(), id: term(), modified_at: term(), return_url: term(), token: term() }
created_at- Creation timestamp of the object. Format: date-time.customercustomer_id- Format: uuid4.customer_portal_urlexpires_at- Format: date-time.id- The ID of the object. Format: uuid4.modified_at- Last modification timestamp of the object. Nullable.return_url- Nullable.token