AccountFundsBelowThresholdNotificationContent class abstract

AccountFundsBelowThresholdNotificationContent

Properties:

Annotations
  • @BuiltValue.new()

Properties

accountCode String?
The code of the account with funds under threshold
no setter
balanceDate LocalDate?
The date of the funds were found to be below threshold.
no setter
currentFunds Amount?
The current funds in the liable account.
no setter
fundThreshold Amount
The configured fund threshold for the liable account
no setter
hashCode int
The hash code for this object.
no setterinherited
merchantAccountCode String
The code of the merchant account.
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(AccountFundsBelowThresholdNotificationContentBuilder)) AccountFundsBelowThresholdNotificationContent
Rebuilds the instance.
inherited
toBuilder() AccountFundsBelowThresholdNotificationContentBuilder
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<AccountFundsBelowThresholdNotificationContent>
no setter