FingerPrintMetadata
public struct FingerPrintMetadata : Encodable
Child structure of FingerPrintData
.
-
This is the code value of finger print format being submitted.
Declaration
Swift
public var format: Format
-
Model.
Declaration
Swift
public var model: String?
-
Serial number.
Declaration
Swift
public var serialNumber: String?
-
Background color.
Declaration
Swift
public var backgroundColor: String?
-
Designated initializer.
Declaration
Swift
public init(format: Format, model: String? = nil, serialNumber: String? = nil, backgroundColor: String? = nil)
Parameters
format
This is the code value of finger print format being submitted.
model
Model.
serialNumber
Serial number.
backgroundColor
Background color.