Skip to main content

AdditionalLine

Represents a supplementary line associated with a product (e.g., a weight descriptor, a discount label).

Package: com.microblink.core

Declaration

class AdditionalLine(
type: StringType,
text: StringType,
lineNumber: Int
) : Parcelable

Quick Reference

Properties

PropertyDescription
type()The type or category of this additional line
text()The textual content of the line
lineNumber()The numeric position of this line on the receipt

Properties

type()

fun type(): StringType?

The type or category of this additional line.


text()

fun text(): StringType?

The textual content of the line.


lineNumber()

fun lineNumber(): Int

The numeric position of this line on the receipt.