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
Constructors
Functions
Constructors
Payment
Intent
Json
Parser
Link copied to clipboard
fun
PaymentIntentJsonParser
(
)
Content copied to clipboard
Functions
parse
Link copied to clipboard
open
override
fun
parse
(
json
:
JSONObject
)
:
PaymentIntent
?
Content copied to clipboard