AccountHolderStoreStatusChangeNotificationContent class abstract

AccountHolderStoreStatusChangeNotificationContent

Properties:

  • accountHolderCode - The code of the account holder.
  • invalidFields - In case the store status has not been updated, contains fields that did not pass the validation.
  • newStatus - The new status of the account holder.
  • oldStatus - The former status of the account holder.
  • reason - The reason for the status change.
  • store - Alphanumeric identifier of the store.
  • storeReference - Store store reference.
Annotations
  • @BuiltValue.new()

Properties

accountHolderCode String
The code of the account holder.
no setter
hashCode int
The hash code for this object.
no setterinherited
invalidFields → BuiltList<ErrorFieldType>?
In case the store status has not been updated, contains fields that did not pass the validation.
no setter
newStatus AccountHolderStoreStatusChangeNotificationContentNewStatusEnum
The new status of the account holder.
no setter
oldStatus AccountHolderStoreStatusChangeNotificationContentOldStatusEnum
The former status of the account holder.
no setter
reason String?
The reason for the status change.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store String
Alphanumeric identifier of the store.
no setter
storeReference String
Store store reference.
no setter

Methods

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