VRChat.Model.Transaction (vrchat v1.20.0)
View SourceSummary
Types
@type t() :: %VRChat.Model.Transaction{ agreement: VRChat.Model.TransactionAgreement.t() | nil, created_at: DateTime.t(), error: String.t(), id: String.t(), isGift: boolean() | nil, isTokens: boolean() | nil, sandbox: boolean(), status: VRChat.Model.TransactionStatus.t(), steam: VRChat.Model.TransactionSteamInfo.t() | nil, subscription: VRChat.Model.Subscription.t(), updated_at: DateTime.t(), userDisplayName: String.t() | nil, userId: String.t() | nil }