async-stripe icon indicating copy to clipboard operation
async-stripe copied to clipboard

CreateProduct default()

Open Aseeef opened this issue 1 year ago • 0 comments

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

Aseeef avatar Jan 09 '24 14:01 Aseeef