How to identify the fields and their values in the listview screen which are inside a recyclerView

I am automating a Mobile screen where I have the details of a particular transaction, in which I have fields(fieldnames like card number, transaction date, Transaction ID., etc.) and the subsequent values for the fields(e.g, ****00021, Apr 2,02:02am, 12345678, etc.,). My question is I want my selenium Webdriver to identify the information. Also, all the fields are written inside a RECYCLERVIEW, Can somebody please suggest