unreal.InAppPurchaseReceiptInfo2

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

Bases: StructBase

Micro-transaction purchase information

C++ Source:

  • Plugin: OnlineSubsystemUtils

  • Module: OnlineSubsystemUtils

  • File: InAppPurchaseDataTypes.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

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

  • validation_info (str): [Read-Write] the purchase validation information

property item_id: str

[Read-Only] The unique product identifier

Type:

(str)

property item_name: str

[Read-Only] The item name

Type:

(str)

property transaction_identifier: str

[Read-Only] the unique transaction identifier

Type:

(str)

property validation_info: str

[Read-Only] the purchase validation information

Type:

(str)