Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'In App Purchase Product Info 2' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | In App Purchase Product Info 2 |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Identifier | The unique product identifier |
| string | Transaction Identifier | the unique transaction identifier |
| string | Display Name | The localized display name |
| string | Display Description | The localized display description name |
| string | Display Price | The localized display price name |
| real | Raw Price | Raw price without currency code and symbol |
| string | Currency Code | The localized currency code of the price |
| string | Currency Symbol | The localized currency symbol of the price |
| string | Decimal Separator | The localized decimal separator used in the price |
| string | Grouping Separator | The localized grouping separator of the price |
| string | Receipt Data | Opaque receipt data for the transaction |
| string | Dynamic Fields | Dynamic fields from raw Json data. |