### Existing Issue or Pull Request Verification - [x] Confirmed, no existing Issues or Pull Requests found related to my submission. ### Package Version 3.2.0 ### Are you using the latest version? - [x] Yes, I verified the issue is still present in the latest version. ### Steps to Reproduce I'm trying to write a PaymentIntent struct directly into mongo. Missing an encoder. This is a common need. ### Expected Result Expect to be able to write this struct directly into mongo and have an encoder found. ### Actual Result Jason.Encoder not implemented for type Stripe.PaymentIntent