FormDetailValidateIdResponseData

public struct FormDetailValidateIdResponseData : Codable

Child structure of CustomerValidateIdResponse.

Properties

  • This is the unique key that is echoed back from the request.

    Declaration

    Swift

    public var uniqueRequestId: String?
  • This is the unique Form ID that is generated on the IDmission server for each unique request.

    Declaration

    Swift

    public var verificationResultId: Int?
  • Dynamic verification result details.

    Declaration

    Swift

    public var verificationResultDetails: [String : Any]?
  • This is the result state of the submission. Please refer /master/status-code-list which represents all of the values for the Form Create / Form Search APIs.

    Declaration

    Swift

    public var verificationResult: String?
  • Different status codes will be returned back based on the servers evaluation of the request. Please refer /master/status-code-list which represents all of the values for the Form Create / Form Search APIs.

    Declaration

    Swift

    public var verificationResultCode: String?
  • Video ID data

    Declaration

    Swift

    public var videoIDData: VideoIDDataValidateIdResponse?