StoreConfig class

A list of stores your products are delivered from.

This is only valid for the local delivery shipment type.

Constructors

StoreConfig.new({CutoffConfig? cutoffConfig, Distance? serviceRadius, List<String>? storeCodes, String? storeServiceType})
StoreConfig.fromJson(Map json_)

Properties

cutoffConfig CutoffConfig?
Configs related to local delivery ends for the day.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceRadius Distance?
Maximum delivery radius.
getter/setter pair
storeCodes List<String>?
A list of store codes that provide local delivery.
getter/setter pair
storeServiceType String?
Indicates whether all stores, or selected stores, listed by this business provide local delivery. Possible string values are:
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