CSRConfigProps class

Constructors

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})

Properties

branchIndustry String
final
branchLocation String
final
branchName String
final
egsModel String
final
egsSerialNumber String
final
hashCode int
The hash code for this object.
no setterinherited
privateKeyPass String?
final
production bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
solutionName String
final
taxpayerName String
final
taxpayerProvidedId String
final
vatNumber String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toTemplate() String

Operators

operator ==(Object other) bool
The equality operator.
inherited