lastFourDigits
Parameters
lastFourDigits
The last four digits of the valid card number
Example:
when (event) {
is CardNumberTextFieldEvent.OnLastFourDigitsFilled -> {
showCardPreview(event.lastFourDigits)
}
}
Content copied to clipboard