ProductAccess constructor

ProductAccess({
  1. bool? statements,
  2. bool? identity,
  3. bool? auth,
  4. bool? transactions,
  5. bool? accountsDetailsTransactions,
  6. bool? accountsRoutingNumber,
  7. bool? accountsStatements,
  8. bool? accountsTaxStatements,
  9. bool? customersProfiles,
})

Implementation

ProductAccess({
  this.statements,
  this.identity,
  this.auth,
  this.transactions,
  this.accountsDetailsTransactions,
  this.accountsRoutingNumber,
  this.accountsStatements,
  this.accountsTaxStatements,
  this.customersProfiles,
});