AccountProcessingState class abstract
AccountProcessingState
Properties:
- disableReason - The reason why processing has been disabled.
- disabled - Indicates whether the processing of payments is allowed.
- processedFrom - The lower bound of the processing tier (i.e., an account holder must have processed at least this amount of money in order to be placed into this tier).
- processedTo - The upper bound of the processing tier (i.e., an account holder must have processed less than this amount of money in order to be placed into this tier).
- tierNumber - The processing tier that the account holder occupies.
- Annotations
-
- @BuiltValue.new()
Constructors
- AccountProcessingState([void updates(AccountProcessingStateBuilder b)])
-
factory
Properties
- disabled → bool?
-
Indicates whether the processing of payments is allowed.
no setter
- disableReason → String?
-
The reason why processing has been disabled.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- processedFrom → Amount?
-
The lower bound of the processing tier (i.e., an account holder must have processed at least this amount of money in order to be placed into this tier).
no setter
- processedTo → Amount?
-
The upper bound of the processing tier (i.e., an account holder must have processed less than this amount of money in order to be placed into this tier).
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tierNumber → int?
-
The processing tier that the account holder occupies.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AccountProcessingStateBuilder)) → AccountProcessingState -
Rebuilds the instance.
inherited
-
toBuilder(
) → AccountProcessingStateBuilder -
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<
AccountProcessingState> -
no setter