public interface OnPaymentMethodSelectionListener extends FlowListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPaymentMethodSelection(PaymentMethodConfiguration selectedPaymentMethod)
This method is invoked when the user has chosen a payment method configuration.
|
void onPaymentMethodSelection(PaymentMethodConfiguration selectedPaymentMethod)
selectedPaymentMethod - the configuration which has been selected by the user.