Polarex.CustomerSession (Polarex v0.2.0)
View SourceProvides struct and type for a CustomerSession
Summary
Types
@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() }