spaze / phpstan-stripe

Stripe SDK extension for PHPStan
MIT License
5 stars 6 forks source link

Add BalanceItem for Stripe\Balance #22

Closed javespi closed 1 year ago

javespi commented 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

spaze commented 1 year ago

Thanks @javespi! I've just released it in what's probably going to be the final release.