LiaCountrySettings class

Constructors

LiaCountrySettings({LiaAboutPageSettings? about, String? country, bool? hostedLocalStorefrontActive, LiaInventorySettings? inventory, LiaOmnichannelExperience? omnichannelExperience, LiaOnDisplayToOrderSettings? onDisplayToOrder, LiaPosDataProvider? posDataProvider, bool? storePickupActive})
LiaCountrySettings.fromJson(Map json_)

Properties

about LiaAboutPageSettings?
The settings for the About page.
getter/setter pair
country String?
CLDR country code (for example, "US").
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostedLocalStorefrontActive bool?
The status of the "Merchant hosted local storefront" feature.
getter/setter pair
inventory LiaInventorySettings?
LIA inventory verification settings.
getter/setter pair
omnichannelExperience LiaOmnichannelExperience?
The omnichannel experience configured for this country.
getter/setter pair
onDisplayToOrder LiaOnDisplayToOrderSettings?
LIA "On Display To Order" settings.
getter/setter pair
posDataProvider LiaPosDataProvider?
The POS data provider linked with this country.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storePickupActive bool?
The status of the "Store pickup" feature.
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