TransactionSteamInfo class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

TransactionSteamInfo({required TransactionSteamWalletInfo walletInfo, required String steamId, required String orderId, required String steamUrl, required String transId})
Returns a new TransactionSteamInfo instance.
TransactionSteamInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
orderId String
Steam Order ID
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steamId String
Steam User ID
final
steamUrl String
Empty
final
transId String
Steam Transaction ID, NOT the same as VRChat TransactionID
final
walletInfo TransactionSteamWalletInfo
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override