VRChat.Model.TransactionSteamInfo (vrchat v1.20.0)

View Source

Summary

Types

t()

@type t() :: %VRChat.Model.TransactionSteamInfo{
  orderId: String.t(),
  steamId: String.t(),
  steamUrl: String.t(),
  transId: String.t(),
  walletInfo: VRChat.Model.TransactionSteamWalletInfo.t()
}

Functions

decode(value)