async-stripe
async-stripe copied to clipboard
CreateProduct default()
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