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).

TYPESCRIPT
async getRequiredInputElementTypes(): Promise<PrimerInputElementType[]>

Returns