stripe-android
payments-model
/
com.stripe.android.cards
/
CardNumber
/
Validated
Validated
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Validated
(
value
:
String
)
:
CardNumber
Content copied to clipboard
A representation of a client-side validated card number.
Constructors
Properties
Constructors
Validated
Link copied to clipboard
fun
Validated
(
value
:
String
)
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard