ReceiptTseInformation class

Constructors

ReceiptTseInformation({required String tseSN, required String signatureAlgorithm, required int createdSignatures, required int maxSignatures, required int remainingSignatures, required int startLogTime, required int finishLogTime, required List<String> clientIdList, required String dateFormat, required String publicKey})
ReceiptTseInformation.fromJson(Map<String, dynamic> json)
factory

Properties

clientIdList List<String>
final
createdSignatures int
final
dateFormat String
final
finishLogTime int
final
hashCode int
The hash code for this object.
no setterinherited
maxSignatures int
final
publicKey String
final
remainingSignatures int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureAlgorithm String
final
startLogTime int
final
tseSN 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

Operators

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