View Source ExOAPI.Stripe.Schemas.RadarReviewResourceSession (exoapi_stripe v0.1.4)

:browser :: :string

The browser used in this browser session (e.g., Chrome).

:device :: :string

Information about the device used for the browser session (e.g., Samsung SM-G930T).

:platform :: :string

The platform for the browser session (e.g., Macintosh).

:version :: :string

The version for the browser session (e.g., 61.0.3163.100).

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.RadarReviewResourceSession{
  browser: String.t() | nil,
  device: String.t() | nil,
  platform: String.t() | nil,
  version: String.t() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()