CSRConfigProps constructor
CSRConfigProps({
- String? privateKeyPass,
- bool production = false,
- required String egsModel,
- required String egsSerialNumber,
- required String solutionName,
- required String vatNumber,
- required String branchLocation,
- required String branchIndustry,
- required String branchName,
- required String taxpayerName,
- 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,
});