ScheduleTerminalActionsRequest class abstract
ScheduleTerminalActionsRequest
Properties:
- actionDetails
- 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. - terminalIds - A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the GET
/terminalsresponse. Maximum length: 100 IDs.
- Annotations
-
- @BuiltValue.new()
Constructors
- ScheduleTerminalActionsRequest([void updates(ScheduleTerminalActionsRequestBuilder b)])
-
factory
Properties
- actionDetails → ScheduleTerminalActionsRequestActionDetails?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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 -
terminalIds
→ BuiltList<
String> ? -
A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the GET
/terminalsresponse. Maximum length: 100 IDs.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ScheduleTerminalActionsRequestBuilder)) → ScheduleTerminalActionsRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → ScheduleTerminalActionsRequestBuilder -
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<
ScheduleTerminalActionsRequest> -
no setter