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.StructBaseMicro-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 pricecurrency_symbol(str): [Read-Write] Currency Symbol: The localized currency symbol of the pricedecimal_separator(str): [Read-Write] Decimal Separator: The localized decimal separator used in the pricedisplay_description(str): [Read-Write] Display Description: The localized display description namedisplay_name(str): [Read-Write] Display Name: The localized display namedisplay_price(str): [Read-Write] Display Price: The localized display price namedynamic_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 priceidentifier(str): [Read-Write] Identifier: The unique product identifierraw_price(float): [Read-Write] Raw Price: Raw price without currency code and symbolreceipt_data(str): [Read-Write] Receipt Data: Opaque receipt data for the transactiontransaction_identifier(str): [Read-Write] Transaction Identifier: the unique transaction identifier
- property currency_code¶
[Read-Only] Currency Code: The localized currency code of the price
- Type
(str)
- property currency_symbol¶
[Read-Only] Currency Symbol: The localized currency symbol of the price
- Type
(str)
- property decimal_separator¶
[Read-Only] Decimal Separator: The localized decimal separator used in the price
- Type
(str)
- property display_description¶
[Read-Only] Display Description: The localized display description name
- Type
(str)
- property dynamic_fields¶
[Read-Only] Dynamic Fields: Dynamic fields from raw Json data.