ServiceStoreConfigCutoffConfig class

Time local delivery ends for the day based on the local timezone of the store.

local_cutoff_time and store_close_offset_hours are mutually exclusive.

Constructors

ServiceStoreConfigCutoffConfig({ServiceStoreConfigCutoffConfigLocalCutoffTime? localCutoffTime, bool? noDeliveryPostCutoff, String? storeCloseOffsetHours})
ServiceStoreConfigCutoffConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
localCutoffTime ServiceStoreConfigCutoffConfigLocalCutoffTime?
Time in hours and minutes in the local timezone when local delivery ends.
getter/setter pair
noDeliveryPostCutoff bool?
Merchants can opt-out of showing n+1 day local delivery when they have a shipping service configured to n day local delivery.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeCloseOffsetHours String?
Represents cutoff time as the number of hours before store closing.
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