• Studio

  • Studio API

  • Bots

  • Web API

  • Designer Resources

  • Host Resources

  • Globals

    WorldProductPurchase

    Inherits from:

    Represents a product purchase made by a player in the game.

    Properties

    purchase_id

    string
    ServerOnly

    The purchase ID of the product purchase.

    print(WorldProductPurchase.purchase_id)
    

    product_id

    string
    ServerOnly

    The product ID of the product.

    print(WorldProduct.product_id)
    

    user_id

    string
    ServerOnly

    The user ID of the player who made the purchase.

    print(WorldProductPurchase.user_id)
    

    purchase_date

    string
    ServerOnly

    The date and time the purchase was made.

    print(WorldProductPurchase.purchase_date)
    

    Updated 6 months ago

    PocketWorlds Icon

    © 2025 Pocket Worlds. All rights reserved.