StoreAndForwardConfiguration constructor

const StoreAndForwardConfiguration({
  1. int numberOfDaysToRetainProcessedTransactions = 7,
  2. bool shouldTransactionsBeAutomaticallyForwarded = true,
  3. bool storingTransactionsAllowed = true,
  4. int transactionAmountLimit = 100,
  5. int unprocessedTotalAmountLimit = 1000,
})

Implementation

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