PendingUploadReceiptData

data class PendingUploadReceiptData(localId: String, imageFile: File)

Type representing useful information about a receipt image that has been captured and is about to be uploaded.

Constructors

PendingUploadReceiptData
Link copied to clipboard
fun PendingUploadReceiptData(localId: String, imageFile: File)

Properties

imageFile
Link copied to clipboard
val imageFile: File
The image that will be uploaded.
localId
Link copied to clipboard
val localId: String
The local database id of the receipt.