stripe-android
payments-core
/
com.stripe.android.networking
/
StripeRepository
/
retrieveCustomer
retrieve
Customer
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
abstract
suspend
fun
retrieveCustomer
(
customerId
:
String
,
productUsageTokens
:
Set
<
String
>
,
requestOptions
:
ApiRequest.Options
)
:
Customer
?