TerminalInfo constructor
const
TerminalInfo({
- required Map<
String, dynamic> raw, - String? tid,
- String? password,
- String? company,
- String? merchantName,
- List<
String> ? header, - bool? elv,
- bool? creditCard,
- bool? refNumberRequired,
- bool? active,
- String? vu,
- String? terminalType,
- String? street,
- String? zip,
- String? city,
- String? phone,
- String? fax,
- String? email,
Implementation
const TerminalInfo({
required this.raw,
this.tid,
this.password,
this.company,
this.merchantName,
this.header,
this.elv,
this.creditCard,
this.refNumberRequired,
this.active,
this.vu,
this.terminalType,
this.street,
this.zip,
this.city,
this.phone,
this.fax,
this.email,
});