ReturnPolicySeasonalOverride class
Constructors
Properties
- endDate ↔ String
-
Required. Last day on which the override applies. In ISO 8601 format.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
Required. The name of the seasonal override as shown in Merchant Center.
read / write
- policy ↔ ReturnPolicyPolicy
-
Required. The policy which is in effect during that time.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- startDate ↔ String
-
Required. First day on which the override applies. In ISO 8601 format.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited