ProductUpdateOptions constructor
const
ProductUpdateOptions({
- bool? active,
- String? defaultPrice,
- String? description,
- List<
String> ? expand, - List<
ProductFeaturesItem> ? features, - List<
String> ? images, - Map<
String, String> ? metadata, - String? name,
- PackageDimensions? packageDimensions,
- bool? shippable,
- String? statementDescriptor,
- String? taxCode,
- String? unitLabel,
- String? url,
Implementation
const ProductUpdateOptions({
this.active,
this.defaultPrice,
this.description,
this.expand,
this.features,
this.images,
this.metadata,
this.name,
this.packageDimensions,
this.shippable,
this.statementDescriptor,
this.taxCode,
this.unitLabel,
this.url,
});