# `PolarExpress.Resources.CustomerSessions`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/resources/customer_sessions.ex#L2)

Customer-sessions

CustomerSessions API operations.

# `t`

```elixir
@type t() :: %PolarExpress.Resources.CustomerSessions{
  created_at: String.t() | nil,
  customer: map() | nil,
  customer_id: String.t() | nil,
  customer_portal_url: String.t() | nil,
  expires_at: String.t() | nil,
  id: String.t() | nil,
  modified_at: term() | nil,
  return_url: term() | nil,
  token: String.t() | nil
}
```

* `created_at` - Creation timestamp of the object. Format: date-time.
* `customer`
* `customer_id` - Format: uuid4.
* `customer_portal_url`
* `expires_at` - Format: date-time.
* `id` - The ID of the object. Format: uuid4.
* `modified_at` - Last modification timestamp of the object.
* `return_url`
* `token`

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
