AccountAutomaticImprovements class
The automatic improvements of the account can be used to automatically update items, improve images and shipping.
Constructors
- AccountAutomaticImprovements({AccountImageImprovements? imageImprovements, AccountItemUpdates? itemUpdates, AccountShippingImprovements? shippingImprovements})
- AccountAutomaticImprovements.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageImprovements ↔ AccountImageImprovements?
-
This improvement will attempt to automatically correct submitted images if
they don't meet the
image requirements,
for example, removing overlays.
getter/setter pair
- itemUpdates ↔ AccountItemUpdates?
-
Turning on
item updates allows
Google to automatically update items for you.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingImprovements ↔ AccountShippingImprovements?
-
Not available for MCAs
accounts.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited