SearchOrdersSortField enum

Inheritance

Constructors

SearchOrdersSortField()
const

Values

createdAt → const SearchOrdersSortField

The time when the order was created, in RFC-3339 format. If you are also filtering for a time range in this query, you must set the CREATED_AT field in your DateTimeFilter.

updatedAt → const SearchOrdersSortField

The time when the order last updated, in RFC-3339 format. If you are also filtering for a time range in this query, you must set the UPDATED_AT field in your DateTimeFilter.

closedAt → const SearchOrdersSortField

The time when the order was closed, in RFC-3339 format. If you use this value, you must also set a StateFilter with closed states. If you are also filtering for a time range in this query, you must set the CLOSED_AT field in your DateTimeFilter.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SearchOrdersSortField>
A constant List of the values in this enum, in order of their declaration.