HKQrInfo class

Information represented by a FPS HKQR

Constructors

HKQrInfo({bool isDynamic = false, FpsProxy? fpsProxy, String timeout = '', String clearingCode = '', bool transactionAmountEditable = false, bool isCurrencyHK = true, String amount = '', String bill = '', String reference = '', DecodeResult decodeResult = const DecodeResult.success(), List<String> unrecognizedData = const []})
const
HKQrInfo.decode(String qrString)
factory

Properties

amount String
final
bill String
additional data
final
clearingCode String
final
decodeResult DecodeResult
decode result, only valid when factory HKQrInfo.decode(String qrString)
final
fpsProxy FpsProxy?
merchant account info
final
hashCode int
The hash code for this object.
no setterinherited
isCurrencyHK bool
transaction value
final
isDynamic bool
final
reference String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout String
final
transactionAmountEditable bool
final
unrecognizedData List<String>
final

Methods

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

Operators

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