Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/InAppPurchaseCallbackProxy2.h |
| Include | #include "InAppPurchaseCallbackProxy2.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FInAppPurchaseProductInfo2
Remarks
Micro-transaction purchase information
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CurrencyCode | The localized currency code of the price. | |
| FString | CurrencySymbol | The localized currency symbol of the price. | |
| FString | DecimalSeparator | The localized decimal separator used in the price. | |
| FString | DisplayDescription | The localized display description name. | |
| FString | DisplayName | The localized display name. | |
| FString | DisplayPrice | The localized display price name. | |
| TMap< FString, FString > | DynamicFields | Dynamic fields from raw Json data. | |
| FString | GroupingSeparator | The localized grouping separator of the price. | |
| FString | Identifier | The unique product identifier. | |
| float | RawPrice | Raw price without currency code and symbol. | |
| FString | ReceiptData | Opaque receipt data for the transaction. | |
| FString | TransactionIdentifier | The unique transaction identifier |