CompensateNegativeBalanceNotification class abstract

CompensateNegativeBalanceNotification

Properties:

  • content - Details of the negative balance compensation.
  • error - Error information of failed request. No value provided here if no error occurred on processing.
  • eventDate - The date and time when an event has been completed.
  • eventType - The event type of the notification.
  • executingUserKey - The user or process that has triggered the notification.
  • live - Indicates whether the notification originated from the live environment or the test environment. If true, the notification originated from the live environment. If false, the notification originated from the test environment.
  • pspReference - The PSP reference of the request from which the notification originates.
Annotations
  • @BuiltValue.new()

Properties

content CompensateNegativeBalanceNotificationContent?
Details of the negative balance compensation.
no setter
error NotificationErrorContainer?
Error information of failed request. No value provided here if no error occurred on processing.
no setter
eventDate DateTime
The date and time when an event has been completed.
no setter
eventType String
The event type of the notification.
no setter
executingUserKey String
The user or process that has triggered the notification.
no setter
hashCode int
The hash code for this object.
no setterinherited
live bool
Indicates whether the notification originated from the live environment or the test environment. If true, the notification originated from the live environment. If false, the notification originated from the test environment.
no setter
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

Methods

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