AssignTerminalsResponse class abstract
AssignTerminalsResponse
Properties:
- results - Array that returns a list of the terminals, and for each terminal the result of assigning it to an account or store. The results can be: -
Done: The terminal has been assigned. -AssignmentScheduled: The terminal will be assigned asynschronously. -RemoveConfigScheduled: The terminal was previously assigned and boarded. Wait for the terminal to synchronize with the Adyen platform. For more information, refer to Reassigning boarded terminals. -Error: There was an error when assigning the terminal.
- Annotations
-
- @BuiltValue.new()
Constructors
- AssignTerminalsResponse([void updates(AssignTerminalsResponseBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
results
→ BuiltMap<
String, String> -
Array that returns a list of the terminals, and for each terminal the result of assigning it to an account or store. The results can be: -
Done: The terminal has been assigned. -AssignmentScheduled: The terminal will be assigned asynschronously. -RemoveConfigScheduled: The terminal was previously assigned and boarded. Wait for the terminal to synchronize with the Adyen platform. For more information, refer to Reassigning boarded terminals. -Error: There was an error when assigning the terminal.no setter - 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
-
rebuild(
dynamic updates(AssignTerminalsResponseBuilder)) → AssignTerminalsResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → AssignTerminalsResponseBuilder -
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<
AssignTerminalsResponse> -
no setter