ProductCreateOptions constructor
const
ProductCreateOptions({
- bool? active,
- ProductDefaultPriceData? defaultPriceData,
- String? description,
- List<
String> ? expand, - List<
ProductFeaturesItem> ? features, - String? id,
- List<
String> ? images, - Map<
String, String> ? metadata, - required String name,
- PackageDimensions? packageDimensions,
- bool? shippable,
- String? statementDescriptor,
- String? taxCode,
- ProductType? type,
- String? unitLabel,
- String? url,
Implementation
const ProductCreateOptions({
this.active,
this.defaultPriceData,
this.description,
this.expand,
this.features,
this.id,
this.images,
this.metadata,
required this.name,
this.packageDimensions,
this.shippable,
this.statementDescriptor,
this.taxCode,
this.type,
this.unitLabel,
this.url,
});