unreal.InAppPurchaseReceiptInfo

class unreal.InAppPurchaseReceiptInfo(item_name='', item_id='', validation_info='')

Bases: unreal.StructBase

Micro-transaction purchase information

C++ Source:

  • Plugin: OnlineSubsystemUtils

  • Module: OnlineSubsystemUtils

  • File: InAppPurchaseCallbackProxy.h

Editor Properties: (see get_editor_property/set_editor_property)

  • item_id (str): [Read-Write] Item Id: The unique product identifier

  • item_name (str): [Read-Write] Item Name: The item name

  • validation_info (str): [Read-Write] Validation Info: the unique transaction identifier

property item_id

[Read-Only] Item Id: The unique product identifier

Type

(str)

property item_name

[Read-Only] Item Name: The item name

Type

(str)

property validation_info

[Read-Only] Validation Info: the unique transaction identifier

Type

(str)