Closed javespi closed 1 year ago
https://stripe.com/docs/api/balance/balance_object
This Stripe object have several StripeObject in their arrays which has specific properties not defined like $amount or $currency
Just add a new type called BalanceItem (I accept suggestions with the name) defining their children attributes
BalanceItem
Thanks @javespi! I've just released it in what's probably going to be the final release.
https://stripe.com/docs/api/balance/balance_object
This Stripe object have several StripeObject in their arrays which has specific properties not defined like $amount or $currency
Just add a new type called
BalanceItem
(I accept suggestions with the name) defining their children attributes