CSRConfigProps constructor

CSRConfigProps({
  1. String? privateKeyPass,
  2. bool production = false,
  3. required String egsModel,
  4. required String egsSerialNumber,
  5. required String solutionName,
  6. required String vatNumber,
  7. required String branchLocation,
  8. required String branchIndustry,
  9. required String branchName,
  10. required String taxpayerName,
  11. required String taxpayerProvidedId,
})

Implementation

CSRConfigProps({
  this.privateKeyPass,
  this.production = false,
  required this.egsModel,
  required this.egsSerialNumber,
  required this.solutionName,
  required this.vatNumber,
  required this.branchLocation,
  required this.branchIndustry,
  required this.branchName,
  required this.taxpayerName,
  required this.taxpayerProvidedId,
});