TerminalAssignmentNotificationRequest class abstract

TerminalAssignmentNotificationRequest

Properties:

  • assignedToAccount - The unique identifier of the merchant/company account to which the terminal is assigned.
  • assignedToStore - The store that the terminal is assigned to, identified by the store reference (also known as store code).
  • assignedToStoreId - The unique identifier of the store to which the terminal is assigned.
  • eventDate - The date and time when an event has been completed.
  • pspReference - The PSP reference of the request from which the notification originates.
  • uniqueTerminalId - The unique identifier of the terminal.
Annotations
  • @BuiltValue.new()

Properties

assignedToAccount String
The unique identifier of the merchant/company account to which the terminal is assigned.
no setter
assignedToStore String?
The store that the terminal is assigned to, identified by the store reference (also known as store code).
no setter
assignedToStoreId String?
The unique identifier of the store to which the terminal is assigned.
no setter
eventDate String
The date and time when an event has been completed.
no setter
hashCode int
The hash code for this object.
no setterinherited
pspReference String
The PSP reference of the request from which the notification originates.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueTerminalId String
The unique identifier of the terminal.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TerminalAssignmentNotificationRequestBuilder)) TerminalAssignmentNotificationRequest
Rebuilds the instance.
inherited
toBuilder() TerminalAssignmentNotificationRequestBuilder
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<TerminalAssignmentNotificationRequest>
no setter