CountrySettings class

Country-specific settings for the merchant.

Constructors

CountrySettings.new({bool? freeLocalListingsEnabled, String? instockServingVerificationState, String? inventoryVerificationState, bool? localInventoryAdsEnabled, String? pickupServingVerificationState, String? productPageType, String? regionCode})
CountrySettings.fromJson(Map json_)

Properties

freeLocalListingsEnabled bool?
True if this merchant has enabled free local listings in MC.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instockServingVerificationState String?
The verification state of this merchant's instock serving feature.
getter/setter pair
inventoryVerificationState String?
The verification state of this merchant's inventory check.
getter/setter pair
localInventoryAdsEnabled bool?
True if this merchant has enabled local inventory ads in MC.
getter/setter pair
pickupServingVerificationState String?
The verification state of this merchant's pickup serving feature.
getter/setter pair
productPageType String?
The product page type selected by this merchant.
getter/setter pair
regionCode String?
The CLDR territory code for the country for which these settings are defined.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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