VRChat.Model.Subscription (vrchat v1.20.0)

View Source

Summary

Types

t()

@type t() :: %VRChat.Model.Subscription{
  amount: number(),
  appleProductId: String.t() | nil,
  description: String.t(),
  googlePlanId: String.t() | nil,
  googleProductId: String.t() | nil,
  id: String.t(),
  oculusSku: String.t() | nil,
  period: VRChat.Model.SubscriptionPeriod.t(),
  picoSku: String.t() | nil,
  steamItemId: String.t(),
  tier: integer()
}

Functions

decode(value)