View Source VRChat.Model.Subscription (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.Subscription{
  amount: float(),
  description: String.t(),
  id: String.t(),
  period: VRChat.Model.SubscriptionPeriod.t(),
  steamItemId: String.t(),
  tier: float()
}