stripe-android
stripe-core
/
com.stripe.android.core.exception
/
InvalidRequestException
/
InvalidRequestException
Invalid
Request
Exception
fun
InvalidRequestException
(
stripeError
:
StripeError
?
=
null
,
requestId
:
String
?
=
null
,
statusCode
:
Int
=
0
,
message
:
String
?
=
stripeError?.message
,
cause
:
Throwable
?
=
null
)