ReceiptInfo

data class ReceiptInfo(val id: String, val projectId: String, val timestamp: Long, val pdfUrl: String?, val shopName: String, val price: String)

Class containing information about a order

Constructors

Link copied to clipboard
constructor(id: String, projectId: String, timestamp: Long, pdfUrl: String?, shopName: String, price: String)

Properties

Link copied to clipboard

Unique id of the receipt / order

Link copied to clipboard

Url to the pdf document, containing the receipt

Link copied to clipboard

Final price of the order

Link copied to clipboard

Get the project id of the order

Link copied to clipboard

Name of the shop in which the order was fulfilled

Link copied to clipboard

Unix timestamp of the purchase