Stripe.Resources.Apps.Secret.Scope (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Apps.Secret.Scope{
  type: String.t() | nil,
  user: String.t() | nil
}
  • type - The secret scope type. Possible values: account, user.
  • user - The user ID, if type is set to "user" Max length: 5000.