PlanProductInlineProductParams constructor
const
PlanProductInlineProductParams({})
inline_product_params
The product whose pricing the created plan will represent. This can either be the ID of an existing product, or a dictionary containing fields used to create a [service product](https://stripe.com/docs/api#product_object-type).
Implementation
const PlanProductInlineProductParams({
this.active,
this.id,
this.metadata,
required this.name,
this.statementDescriptor,
this.taxCode,
this.unitLabel,
});