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.