unreal.InAppPurchaseProductInfo2

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

Bases: 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] Currency Code: The localized currency code of the price

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

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

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

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

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

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

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

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

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

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

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

property currency_code: str

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

Type:

(str)

property currency_symbol: str

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

Type:

(str)

property decimal_separator: str

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

Type:

(str)

property display_description: str

[Read-Only] Display Description: The localized display description name

Type:

(str)

property display_name: str

[Read-Only] Display Name: The localized display name

Type:

(str)

property display_price: str

[Read-Only] Display Price: The localized display price name

Type:

(str)

property dynamic_fields: Map[str, str]

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

Type:

(Map[str, str])

property grouping_separator: str

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

Type:

(str)

property identifier: str

[Read-Only] Identifier: The unique product identifier

Type:

(str)

property raw_price: float

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

Type:

(float)

property receipt_data: str

[Read-Only] Receipt Data: Opaque receipt data for the transaction

Type:

(str)

property transaction_identifier: str

[Read-Only] Transaction Identifier: the unique transaction identifier

Type:

(str)