Transactions

Summary

This model represents a transaction you made on plug’s store. It’s basically a review of the purchase object in a more detailed manner.

Model

{
   "cash": -1,
   "id": "",
   "item": "",
   "pp": -1,
   "timestamp": "Invalid Date",
   "type": ""
}

Detail

cash

Cash you paid.

Type: Number
Default Value: -1

id

Unique identifier for the transaction.

Type: String
Default Value: ""

item

Bought item.

Type: String
Default Value: ""

pp

Plug points paid.

Type: Number
Default Value: -1

timestamp

Timestamp of when the transaction was made.

Type: String
Default Value: "Invalid Date"

type

Product type, i.e. badges.

Type: String
Default Value: ""