Transfer Reversals, Secure Events
- Added the Transfer Reversals service
- Added secure events - see the readme
- Added the transfer group to StripeTransferCreateOptions
- Added ExpandSource to the StripeBalanceService
SMALL BREAKING CHANGE
- StripeBalanceTransaction Source was previously a string with the source id. It is now a
StripeSource
(expandable type). To upgrade your existing code, just changeSource
toSourceId
.