Polarex.CustomerSession (Polarex v0.1.0)

View Source

Provides struct and type for a CustomerSession

Summary

Types

t()

@type t() :: %Polarex.CustomerSession{
  created_at: DateTime.t(),
  customer: Polarex.Customer.t(),
  customer_id: String.t(),
  customer_portal_url: String.t(),
  expires_at: DateTime.t(),
  id: String.t(),
  modified_at: DateTime.t() | nil,
  token: String.t()
}