unreal.InAppPurchaseRestoreInfo

class unreal.InAppPurchaseRestoreInfo(identifier='', receipt_data='', transaction_identifier='')

Bases: unreal.StructBase

Micro-transaction restored purchase information

C++ Source:

  • Plugin: OnlineSubsystem

  • Module: OnlineSubsystem

  • File: OnlineStoreInterface.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • receipt_data (str): [Read-Write] The opaque receipt data for the platform

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

property identifier

[Read-Only] The unique product identifier

Type

(str)

property receipt_data

[Read-Only] The opaque receipt data for the platform

Type

(str)

property transaction_identifier

[Read-Only] the unique transaction identifier

Type

(str)