stripe-android
payments-core
/
com.stripe.android.networking
/
StripeRepository
/
createPaymentMethod
create
Payment
Method
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
abstract
suspend
fun
createPaymentMethod
(
paymentMethodCreateParams
:
PaymentMethodCreateParams
,
options
:
ApiRequest.Options
)
:
PaymentMethod
?