CardNumberComponentStyle
data class CardNumberComponentStyle @JvmOverloads constructor(var inputStyle: InputComponentStyle = InputComponentStyle(), var cardNumberSeparator: Char = CARD_NUMBER_SEPARATOR)
Constructors
Link copied to clipboard
constructor(inputStyle: InputComponentStyle = InputComponentStyle(), cardNumberSeparator: Char = CARD_NUMBER_SEPARATOR)