PendingUploadItemData

data class PendingUploadItemData(val localId: String, val imageFile: File)

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

Constructors

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

Properties

Link copied to clipboard

The image that will be uploaded.

Link copied to clipboard

The local database id of the receipt. This can be used to match with Transaction.localId