Use this method to retrieve the input element types exposed by the payment method. Based on these input element types, you can build the user interface (UI).

KOTLIN
fun getRequiredInputElementTypes(): List<PrimerInputElementType>

Returns