ScanResult

data class ScanResult(val data: String, val format: BarcodeFormat)

Represents a successful barcode scanning operation.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Constructors

Link copied to clipboard
constructor(data: String, format: BarcodeFormat)

Properties

Link copied to clipboard

The decoded barcode data.

Link copied to clipboard

The format of the scanned barcode.