stripe-android
payments-core
/
com.stripe.android.networking
/
StripeRepository
/
listPaymentDetails
list
Payment
Details
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
abstract
suspend
fun
listPaymentDetails
(
consumerSessionClientSecret
:
String
,
paymentMethodTypes
:
Set
<
String
>
,
requestOptions
:
ApiRequest.Options
)
:
ConsumerPaymentDetails
?
Content copied to clipboard