AccountCloseNotification class abstract
AccountCloseNotification
Properties:
- content - The details of the Account update.
- 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()
Constructors
- AccountCloseNotification([void updates(AccountCloseNotificationBuilder b)])
-
factory
Properties
- content → CloseAccountResponse?
-
The details of the Account update.
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(AccountCloseNotificationBuilder)) → AccountCloseNotification -
Rebuilds the instance.
inherited
-
toBuilder(
) → AccountCloseNotificationBuilder -
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<
AccountCloseNotification> -
no setter