stripe-android
payments-core
/
com.stripe.android.model.parsers
/
PaymentIntentJsonParser
Payment
Intent
Json
Parser
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
PaymentIntentJsonParser
:
ModelJsonParser
<
PaymentIntent
>
Content copied to clipboard
Functions
Functions
parse
Link copied to clipboard
open
override
fun
parse
(
json
:
JSONObject
)
:
PaymentIntent
?
Content copied to clipboard