chargebee / chargebee-typescript

Typescript library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=typescript
MIT License
22 stars 16 forks source link

Getting a list of custom fields #32

Open markomitranic opened 1 year ago

markomitranic commented 1 year ago

Hey gang, is there a way to get a list of custom fields' names?

What I currently do as part of our ELT tool is grab the latest 200ish items from customers and then manually compile a list of fields. As you might imagine this is a horrible and error prone way to do it, so I was wondering is there a way to see some sort of a list of defined fieldnames?