PaymentMethodsRetrievalListener

Functions

Link copied to clipboard
abstract fun onError(    errorCode: Int,     errorMessage: String,     stripeError: StripeError?)
Link copied to clipboard
abstract fun onPaymentMethodsRetrieved(paymentMethods: List<PaymentMethod>)