stripe-android
payments-core
/
com.stripe.android
/
CustomerSession
/
PaymentMethodRetrievalListener
Payment
Method
Retrieval
Listener
interface
PaymentMethodRetrievalListener
:
CustomerSession.RetrievalListener
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
errorCode
:
Int
,
errorMessage
:
String
,
stripeError
:
StripeError
?
)
on
Payment
Method
Retrieved
Link copied to clipboard
abstract
fun
onPaymentMethodRetrieved
(
paymentMethod
:
PaymentMethod
)