IdDataEnrollRequestV3
public struct IdDataEnrollRequestV3 : Encodable
Child structure of CustomerEnrollBiometricsRequestV3
.
-
ID type.
See moreDeclaration
Swift
public enum IdType : String, Encodable
-
Whether or not the submitting system requires an immediate response back to the request.
See moreDeclaration
Swift
public enum NeedImmediateResponse : String, Encodable
-
Whether or not deduplication is to be performed against the enrolled customer’s face image.
See moreDeclaration
Swift
public enum DeDuplicationRequired : String, Encodable
-
This is the code value of the ID type being submitted.
Declaration
Swift
public var idType: IdType
-
This is the 3 digit ISO Country Code
Declaration
Swift
public var idCountry: String
-
To help with targeting matching, recommended to be sent when the idCountry equals USA, CAN or AUS and idType equals PID or DL
Declaration
Swift
public var idState: String?
-
This should contain base64 data of the ID front image. Max allowed upload size is 2MB. Minimum resolution required is 800X600.
Declaration
Swift
public var idImageFront: String
-
This should contain base64 data of the ID front image. Max allowed upload size is 2MB. Minimum resolution required is 800X600.
Declaration
Swift
public var idImageBack: String?
-
ID Number.
Declaration
Swift
public var idNumber: String?
-
ID Number.
Declaration
Swift
public var idNumber2: String?
-
ID Issue Date. Date will be formatted as dd/mm/yyyy format.
Declaration
Swift
public var issueDate: String?
-
ID Expiration Date. Date will be formatted as dd/mm/yyyy format.
Declaration
Swift
public var expDate: String?