StoreAndForwardConfiguration class

Store and forward configuration

Constructors

StoreAndForwardConfiguration({int numberOfDaysToRetainProcessedTransactions = 7, bool shouldTransactionsBeAutomaticallyForwarded = true, bool storingTransactionsAllowed = true, int transactionAmountLimit = 100, int unprocessedTotalAmountLimit = 1000})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
numberOfDaysToRetainProcessedTransactions int
Number of days to retain processed transactions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldTransactionsBeAutomaticallyForwarded bool
Auto-forward stored transactions
final
storingTransactionsAllowed bool
Allow storing transactions
final
transactionAmountLimit int
Maximum transaction amount for store and forward
final
unprocessedTotalAmountLimit int
Maximum total amount for unprocessed transactions
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited