stripe-android
payments-core
/
com.stripe.android.model
/
PaymentMethodCreateParams
/
Card
/
Card
Card
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
Card
(
number
:
String
?
=
null
,
expiryMonth
:
Int
?
=
null
,
expiryYear
:
Int
?
=
null
,
cvc
:
String
?
=
null
,
token
:
String
?
=
null
,
attribution
:
Set
<
String
>
?
=
null
)