mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
228 stars 62 forks source link

Property "issuers" doesn't exist on type "Method" #316

Open stefan-at-junda opened 1 year ago

stefan-at-junda commented 1 year ago

I'm using your module with TypeScript, and when I include the issuers while fetching the payment methods and loop over them, TypeScript says that "issuers" doesn't exist on the "Method" type. It seems like this property is missing there.