ProductUpdateOptions class final

Constructors

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})
const
ProductUpdateOptions.fromJson(Object? json)
factory

Properties

active → bool?
final
defaultPrice → String?
final
description → String?
final
expand → List<String>?
final
features → List<ProductFeaturesItem>?
final
hashCode → int
The hash code for this object.
no setterinherited
images → List<String>?
final
metadata → Map<String, String>?
final
name → String?
final
packageDimensions → PackageDimensions?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shippable → bool?
final
statementDescriptor → String?
final
taxCode → String?
final
unitLabel → String?
final
url → String?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

encode<V>(ProductUpdateOptions instance, Encoder<V> encoder) → V