unreal.InAppPurchaseRestoreInfo2

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

Bases: unreal.StructBase

Micro-transaction purchase information

C++ Source:

  • Plugin: OnlineSubsystemUtils

  • Module: OnlineSubsystemUtils

  • File: InAppPurchaseRestoreCallbackProxy2.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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

property item_id

[Read-Only] The unique product identifier

Type

(str)

property item_name

[Read-Only] The item name

Type

(str)

property validation_info

[Read-Only] the unique transaction identifier

Type

(str)