stripe-android
stripe-core
/
com.stripe.android.core
/
StripeError
/
StripeError
Stripe
Error
fun
StripeError
(
type
:
String
?
=
null
,
message
:
String
?
=
null
,
code
:
String
?
=
null
,
param
:
String
?
=
null
,
declineCode
:
String
?
=
null
,
charge
:
String
?
=
null
,
docUrl
:
String
?
=
null
,
extraFields
:
Map
<
String
,
String
>
?
=
null
)