Line Items Object
Contains line item data.
game_idinteger<int32>
The game id of the transaction.
Example:
0
buyer_idinteger<int32>
The buyer id of the transaction.
Example:
0
game_namestring
The name of the game the purchase occured on.
Example:
my game
buyer_namestring
The username of the buyer.
Example:
smith
token_namestring
The pretty name of the virtual currency used in the transaction.
Example:
mio
token_pack_idinteger<int32>
The id of the virtual currency pack used in the transaction.
Example:
0
token_pack_namestring
The pretty name of the virtual currency pack used in the transaction.
Example:
200 Pack
Line Items Object
{
"game_id": 0,
"buyer_id": 0,
"game_name": "my game",
"buyer_name": "smith",
"token_name": "mio",
"token_pack_id": 0,
"token_pack_name": "200 Pack"
}