chargebee / chargebee-typescript

Typescript library for the Chargebee API.

Home Page:https://apidocs.chargebee.com/docs/api?lang=typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting a list of custom fields

markomitranic opened this issue · comments

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?