Stripe.Resources.Review.Session (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Review.Session{
  browser: String.t() | nil,
  device: String.t() | nil,
  platform: String.t() | nil,
  version: String.t() | nil
}
  • browser - The browser used in this browser session (e.g., Chrome). Max length: 5000. Nullable.
  • device - Information about the device used for the browser session (e.g., Samsung SM-G930T). Max length: 5000. Nullable.
  • platform - The platform for the browser session (e.g., Macintosh). Max length: 5000. Nullable.
  • version - The version for the browser session (e.g., 61.0.3163.100). Max length: 5000. Nullable.