LogoutRequest class abstract

Empty. Content of the Logout Request message.

Properties:

  • maintenanceAllowed - Indicates that the POI terminal is able to or has to go to maintenance. Sent in the Logout Request to express that after closing the session, the POI may go to maintenance.
Annotations
  • @BuiltValue.new()

Constructors

LogoutRequest([void updates(LogoutRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maintenanceAllowed bool?
Indicates that the POI terminal is able to or has to go to maintenance. Sent in the Logout Request to express that after closing the session, the POI may go to maintenance.
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(LogoutRequestBuilder)) LogoutRequest
Rebuilds the instance.
inherited
toBuilder() LogoutRequestBuilder
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<LogoutRequest>
no setter