ShippingSettings class

The Merchant Center account's shipping settings.

The ShippingSettings resource lets you retrieve and update the shipping settings of your advanced account and all its associated sub-accounts.

Constructors

ShippingSettings.new({String? etag, String? name, List<Service>? services, List<Warehouse>? warehouses})
ShippingSettings.fromJson(Map json_)

Properties

etag String?
This field helps avoid async issues.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services List<Service>?
The target account's list of services.
getter/setter pair
warehouses List<Warehouse>?
A list of warehouses which can be referred to in services.
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