Nexo class abstract

Nexo

Properties:

  • displayUrls - The list of local and public URLs to send display notifications to when using Terminal API.
  • encryptionKey - The key you share with Adyen to secure local communications when using Terminal API.
  • eventUrls - The list of local and public URLs to send event notifications to when using Terminal API.
  • nexoEventUrls - One or more URLs to send event messages to when using Terminal API.
  • notification - Configures sending event notifications by pressing a button on a terminal, for example used for pay-at-table.
Annotations
  • @BuiltValue.new()

Constructors

Nexo([void updates(NexoBuilder b)])
factory

Properties

displayUrls NotificationUrl?
The list of local and public URLs to send display notifications to when using Terminal API.
no setter
encryptionKey Key?
The key you share with Adyen to secure local communications when using Terminal API.
no setter
eventUrls EventUrl?
The list of local and public URLs to send event notifications to when using Terminal API.
no setter
hashCode int
The hash code for this object.
no setterinherited
nexoEventUrls → BuiltList<String>?
One or more URLs to send event messages to when using Terminal API.
no setter
notification Notification?
Configures sending event notifications by pressing a button on a terminal, for example used for pay-at-table.
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(NexoBuilder)) Nexo
Rebuilds the instance.
inherited
toBuilder() NexoBuilder
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<Nexo>
no setter