CardNumberAnonymizationSettings

data class CardNumberAnonymizationSettings(val anonymizationMode: AnonymizationMode = AnonymizationMode.None, val prefixDigitsVisible: UByte, val suffixDigitsVisible: UByte) : Parcelable

Holds the settings which control card number anonymization.

Constructors

Link copied to clipboard
constructor(anonymizationMode: AnonymizationMode = AnonymizationMode.None, prefixDigitsVisible: UByte, suffixDigitsVisible: UByte)

Properties

Link copied to clipboard

Defines the mode of card number anonymization. Defaults to AnonymizationMode.None.

Link copied to clipboard

Defines how many digits at the beginning of the card number remain visible after anonymization. Defaults to 0.

Link copied to clipboard

Defines how many digits at the end of the card number remain visible after anonymization. Defaults to 0.

Functions

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