SeasonalOverride class

Constructors

SeasonalOverride.new({Date? endDate, String? label, int? returnDays, Date? returnUntilDate, Date? startDate})
SeasonalOverride.fromJson(Map json_)

Properties

endDate Date?
seasonal override end date (inclusive).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String?
Display name of this seasonal override in Merchant Center.
getter/setter pair
returnDays int?
Number of days (from the delivery date) that the product can be returned.
getter/setter pair
returnUntilDate Date?
Fixed end date until which the product can be returned.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate Date?
Defines the date range when this seasonal override applies.
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