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).
SWIFT
func listRequiredInputElementTypes(for paymentMethodType: String) -> [PrimerInputElementType]

Returns