CustomerRetrievalListener

interface CustomerRetrievalListener : CustomerSession.RetrievalListener

Functions

Link copied to clipboard
abstract fun onCustomerRetrieved(customer: Customer)
Link copied to clipboard
abstract fun onError(    errorCode: Int,     errorMessage: String,     stripeError: StripeError?)