unreal.InAppPurchaseProductInfo2

class unreal.InAppPurchaseProductInfo2(identifier='', transaction_identifier='', display_name='', display_description='', display_price='', raw_price=0.0, currency_code='', currency_symbol='', decimal_separator='', grouping_separator='', receipt_data='', dynamic_fields={})

Bases: unreal.StructBase

Micro-transaction purchase information

C++ Source:

  • Plugin: OnlineSubsystemUtils

  • Module: OnlineSubsystemUtils

  • File: InAppPurchaseCallbackProxy2.h

Editor Properties: (see get_editor_property/set_editor_property)

  • currency_code (str): [Read-Write] The localized currency code of the price

  • currency_symbol (str): [Read-Write] The localized currency symbol of the price

  • decimal_separator (str): [Read-Write] The localized decimal separator used in the price

  • display_description (str): [Read-Write] The localized display description name

  • display_name (str): [Read-Write] The localized display name

  • display_price (str): [Read-Write] The localized display price name

  • dynamic_fields (Map(str, str)): [Read-Write] Dynamic fields from raw Json data.

  • grouping_separator (str): [Read-Write] The localized grouping separator of the price

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

  • raw_price (float): [Read-Write] Raw price without currency code and symbol

  • receipt_data (str): [Read-Write] Opaque receipt data for the transaction

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

property currency_code

[Read-Only] The localized currency code of the price

Type

(str)

property currency_symbol

[Read-Only] The localized currency symbol of the price

Type

(str)

property decimal_separator

[Read-Only] The localized decimal separator used in the price

Type

(str)

property display_description

[Read-Only] The localized display description name

Type

(str)

property display_name

[Read-Only] The localized display name

Type

(str)

property display_price

[Read-Only] The localized display price name

Type

(str)

property dynamic_fields

[Read-Only] Dynamic fields from raw Json data.

Type

(Map(str, str))

property grouping_separator

[Read-Only] The localized grouping separator of the price

Type

(str)

property identifier

[Read-Only] The unique product identifier

Type

(str)

property raw_price

[Read-Only] Raw price without currency code and symbol

Type

(float)

property receipt_data

[Read-Only] Opaque receipt data for the transaction

Type

(str)

property transaction_identifier

[Read-Only] the unique transaction identifier

Type

(str)