DocumentNumberRedactionSettings

data class DocumentNumberRedactionSettings(val prefixDigitsVisible: UByte, val suffixDigitsVisible: UByte) : Parcelable

Represents the document number redaction settings.

Constructors

Link copied to clipboard
constructor(prefixDigitsVisible: UByte, suffixDigitsVisible: UByte)

Properties

Link copied to clipboard

Defines how many digits at the beginning of the document number remain visible after redaction.

Link copied to clipboard

Defines how many digits at the end of the document number remain visible after redaction.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)