Polarex.CustomerSessionCustomerIDCreate (Polarex v0.3.1)

Copy Markdown View Source

Provides struct and type for a CustomerSessionCustomerIDCreate

Summary

Types

t()

@type t() :: %Polarex.CustomerSessionCustomerIDCreate{
  customer_id: String.t(),
  external_member_id: String.t() | nil,
  member_id: String.t() | nil,
  return_url: String.t() | nil
}