StoreAndForwardConfiguration constructor
const
StoreAndForwardConfiguration({})
Implementation
const StoreAndForwardConfiguration({
this.numberOfDaysToRetainProcessedTransactions = 7,
this.shouldTransactionsBeAutomaticallyForwarded = true,
this.storingTransactionsAllowed = true,
this.transactionAmountLimit = 100,
this.unprocessedTotalAmountLimit = 1000,
this.transactionStoringMode = TransactionStoringMode.auto,
});