View Source VRChat.Model.UserSubscription (vrchat v1.11.1)
Link to this section Summary
Link to this section Types
@type t() :: %VRChat.Model.UserSubscription{ active: boolean(), amount: float(), created_at: DateTime.t(), description: String.t(), expires: DateTime.t(), id: String.t(), isGift: boolean(), licenseGroups: [String.t()], period: VRChat.Model.SubscriptionPeriod.t(), status: VRChat.Model.TransactionStatus.t(), steamItemId: String.t() | nil, store: String.t(), tier: float(), transactionId: String.t(), updated_at: DateTime.t() }