abstract fun fetchPaymentMethod(paymentSelectionResultListener: PaymentSelectionResultListener): Unit
Determines if there is an existing payment method. Implementers should required to call PaymentSelectionResultListener.onPaymentRetrieved with the result of the last used payment method, or null if there is no existing payment method.