Stripe Files and Optionals
Whats New
- Fixed an issue with some parameters return nil when they shouldn't be. The only fix around this with how Stripe handles some stuff is by making just about every property on the models an optional. An extra step to decode, but will reduce the crashes/decoding issues dramatically
- New: Added Stripe Files support