stripe-android
payments-core
/
com.stripe.android
/
CustomerSession
/
CustomerRetrievalListener
Customer
Retrieval
Listener
interface
CustomerRetrievalListener
:
CustomerSession.RetrievalListener
Functions
Functions
on
Customer
Retrieved
Link copied to clipboard
abstract
fun
onCustomerRetrieved
(
customer
:
Customer
)
on
Error
Link copied to clipboard
abstract
fun
onError
(
errorCode
:
Int
,
errorMessage
:
String
,
stripeError
:
StripeError
?
)