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).
1
fun getRequiredInputElementTypes(): List<PrimerInputElementType>
kotlin
copy
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).
1
fun getRequiredInputElementTypes(): List<PrimerInputElementType>