HolidayCutoff class

Constructors

HolidayCutoff({String? deadlineDate, int? deadlineHour, String? deadlineTimezone, String? holidayId, String? visibleFromDate})
HolidayCutoff.fromJson(Map json_)

Properties

deadlineDate String?
Date of the order deadline, in ISO 8601 format.
getter/setter pair
deadlineHour int?
Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee.
getter/setter pair
deadlineTimezone String?
Timezone identifier for the deadline hour (for example, "Europe/Zurich").
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
holidayId String?
Unique identifier for the holiday.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibleFromDate String?
Date on which the deadline will become visible to consumers in ISO 8601 format.
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