| Interface | Description |
|---|---|
| PaymentMethodListViewFactory |
The payment method list view shows the payment methods from which the user can select from.
|
| PaymentMethodListViewFactory.PaymentMethodListViewListener |
This listener informs the implementor about events occurring within the payment method list
view.
|
| Class | Description |
|---|---|
| DefaultPaymentMethodListView |
Default view for listing the payment methods.
|
| DefaultPaymentMethodListViewAdapter |
This is the adapter which handles the
DefaultPaymentMethodListView. |
| DefaultPaymentMethodListViewFactory |
Default implementation of
PaymentMethodListViewFactory which uses a recycler view to
render the payment method list. |