Note

The Adaptive Recognition API is still in beta and may change in future versions of Scandit Data Capture SDK.

Receipt Scanning Result

Defined in package com.scandit.datacapture.label

ReceiptScanningResult
class ReceiptScanningResult : AdaptiveRecognitionResult

Added in version 7.6.0

Represents the result of a receipt scanning operation. It provides store information, payment details and a list of purchased items.

storeName
@Nullable String getStoreName()

Added in version 7.6.0

storeNumber
@Nullable String getStoreNumber()

Added in version 7.6.0

storeStreet
@Nullable String getStoreStreet()

Added in version 7.6.0

storeCity
@Nullable String getStoreCity()

Added in version 7.6.0

storeZip
@Nullable String getStoreZip()

Added in version 7.6.0

storeState
@Nullable String getStoreState()

Added in version 7.6.0

storePhone
@Nullable String getStorePhone()

Added in version 7.6.0

date
@Nullable String getDate()

Added in version 7.6.0

time
@Nullable String getTime()

Added in version 7.6.0

paymentMethod
@Nullable String getPaymentMethod()

Added in version 7.6.0

paymentCurrency
@Nullable String getPaymentCurrency()

Added in version 7.6.0

paymentSubtotal
@Nullable Float getPaymentSubtotal()

Added in version 7.6.0

paymentTax
@Nullable Float getPaymentTax()

Added in version 7.6.0

paymentTotal
@Nullable Float getPaymentTotal()

Added in version 7.6.0

loyaltyNumber
@Nullable Integer getLoyaltyNumber()

Added in version 7.6.0

lineItems
@NonNull ArrayList<@NonNull ReceiptScanningLineItem> getLineItems()

Added in version 7.6.0