WorldProductPurchase
Represents a product purchase made by a player in the game.
Properties
ServerOnly
The purchase ID of the product purchase.
print(WorldProductPurchase.purchase_id)
ServerOnly
The product ID of the product.
print(WorldProduct.product_id)
ServerOnly
The user ID of the player who made the purchase.
print(WorldProductPurchase.user_id)
ServerOnly
The date and time the purchase was made.
print(WorldProductPurchase.purchase_date)