wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The `product` field is missing in `CreatePlan`.

thedodd opened this issue · comments

According to the API docs here https://stripe.com/docs/api/plans/create the product field is required.
Screen Shot 2020-01-27 at 4 09 18 PM

After looking through the docs & the source, it looks like that field is indeed missing on the CreatePlan struct.