ScheduleTerminalActionsResponse class abstract
ScheduleTerminalActionsResponse
Properties:
- actionDetails
- items - A list containing a terminal ID and an action ID for each terminal that the action was scheduled for.
- scheduledAt - The date and time when the action should happen. Format: RFC 3339, but without the Z before the time offset. For example, 2021-11-15T12:16:21+0100 The action is sent with the first maintenance call after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call.
- storeId - The unique ID of the store. If present, all terminals in the
terminalIdslist must be assigned to this store. - terminalsWithErrors - The validation errors that occurred in the list of terminals, and for each error the IDs of the terminals that the error applies to.
- totalErrors - The number of terminals for which scheduling the action failed.
- totalScheduled - The number of terminals for which the action was successfully scheduled. This doesn't mean the action has happened yet.
- Annotations
-
- @BuiltValue.new()
Constructors
- ScheduleTerminalActionsResponse([void updates(ScheduleTerminalActionsResponseBuilder b)])
-
factory
Properties
- actionDetails → ScheduleTerminalActionsRequestActionDetails?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ BuiltList<
TerminalActionScheduleDetail> ? -
A list containing a terminal ID and an action ID for each terminal that the action was scheduled for.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledAt → String?
-
The date and time when the action should happen. Format: RFC 3339, but without the Z before the time offset. For example, 2021-11-15T12:16:21+0100 The action is sent with the first maintenance call after the specified date and time in the time zone of the terminal. An empty value causes the action to be sent as soon as possible: at the next maintenance call.
no setter
- storeId → String?
-
The unique ID of the store. If present, all terminals in the
terminalIdslist must be assigned to this store.no setter -
terminalsWithErrors
→ BuiltMap<
String, BuiltList< ?String> > -
The validation errors that occurred in the list of terminals, and for each error the IDs of the terminals that the error applies to.
no setter
- totalErrors → int?
-
The number of terminals for which scheduling the action failed.
no setter
- totalScheduled → int?
-
The number of terminals for which the action was successfully scheduled. This doesn't mean the action has happened yet.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ScheduleTerminalActionsResponseBuilder)) → ScheduleTerminalActionsResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → ScheduleTerminalActionsResponseBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
ScheduleTerminalActionsResponse> -
no setter