arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
418 stars 122 forks source link

CreateProduct default() #469

Open Aseeef opened 6 months ago

Aseeef commented 6 months ago

Is your feature request related to a problem? Please describe.

The CreateProduct class does not implement a default struct.

Describe the solution you'd like

[derive(Default)] to the struct definition should do

Describe alternatives you've considered

Ofcourse still works with out default, but adds more boilerplate.

Additional context

No response