NegativeBalanceCompensationWarningNotificationData class abstract

NegativeBalanceCompensationWarningNotificationData

Properties:

  • accountHolder - The details of the account holder who owns the balance account with a negative balance.
  • amount - The negative balance amount of the balance account.
  • balancePlatform - The unique identifier of the balance platform.
  • creationDate - The date and time when the event was triggered, in ISO 8601 extended format. For example, 2025-03-19T10:15:30+01:00.
  • id - The ID of the resource.
  • liableBalanceAccountId - The balance account ID of the account that will be used to compensate the balance account whose balance is negative.
  • negativeBalanceSince - The date the balance for the account became negative.
  • scheduledCompensationAt - The date when a compensation transfer to the account is scheduled to happen.
Annotations
  • @BuiltValue.new()

Properties

accountHolder ResourceReference?
The details of the account holder who owns the balance account with a negative balance.
no setter
amount Amount?
The negative balance amount of the balance account.
no setter
balancePlatform String?
The unique identifier of the balance platform.
no setter
creationDate DateTime?
The date and time when the event was triggered, in ISO 8601 extended format. For example, 2025-03-19T10:15:30+01:00.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the resource.
no setter
liableBalanceAccountId String?
The balance account ID of the account that will be used to compensate the balance account whose balance is negative.
no setter
negativeBalanceSince DateTime?
The date the balance for the account became negative.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledCompensationAt DateTime?
The date when a compensation transfer to the account is scheduled to happen.
no setter

Methods

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