userpurchase - TogetherGames/Public-Unity-CSharp GitHub Wiki
Together::UserPurchase
The UserPurchase class represents a User's purchase.
long UserPurchaseID
The ID of the UserPurchase.
long RoomID
The ID of the Room the Purchase was done in.
long AchievementID
The ID of the Achievement that was purchased.
long ItemID
The ID of the Item that was purchased.
string Description
A textual description for the purchase.
int Count
The number of things that were purchased.
int SecondsSinceCreated
The number of seconds since the purchase occurred.
int SecondsSinceLastModified
The number of seconds since purchase was last modified.
PropertyCollection Properties
A property collection containing all custom properties for the UserPurchase.