BiometricEnrollDataV3
public struct BiometricEnrollDataV3 : Encodable
Child structure of CustomerEnrollDataRequestV3.
-
This should contain base64 data of the customer photo. It accepts base64 data of a single customer photo. Max allowed upload size is 2MB.
Declaration
Swift
public var selfie: String -
Fingerprint data.
Declaration
Swift
public var fingerPrintData: FingerPrintData? -
This should contain base64 data of the Customer Voice Data. It accepts base64 data.
Declaration
Swift
public var voiceData: String?
-
Designated initializer.
Declaration
Swift
public init(selfie: String, fingerPrintData: FingerPrintData? = nil, voiceData: String? = nil)Parameters
selfieThis should contain base64 data of the customer photo. It accepts base64 data of a single customer photo. Max allowed upload size is 2MB.
fingerPrintDataFingerprint data.
voiceDataThis should contain base64 data of the Customer Voice Data. It accepts base64 data.
BiometricEnrollDataV3 Structure Reference