CustomerIdentifyResponseV3
public struct CustomerIdentifyResponseV3 : Codable
Customer Biometric Verification server response object.
-
Status data.
Declaration
Swift
public var status: StatusData?
-
Result data.
Declaration
Swift
public var resultData: FormDetailIdentifyResponseDataV3?
-
Customer data.
Declaration
Swift
public var responseCustomerData: CustomerIdentifyDataResponseV3?