unreal.InAppPurchaseRestoreInfo2

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

Bases: 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] 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: str

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

Type:

(str)

property item_name: str

[Read-Only] Item Name: The item name

Type:

(str)

property validation_info: str

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

Type:

(str)