PolicyAcceptanceData

public struct PolicyAcceptanceData : Codable

Child structure of CustomerValidateIdDataRequest, CustomerLiveCheckDataRequest, CustomerValidateIdFaceMatchDataRequest, CustomerEnrollDataRequest, CustomerEnrollBiometricDataRequest, and CustomerVerifyDataRequest.

Properties

  • TimeStamp of Biometric Data

    Declaration

    Swift

    public var BiometricTimestamp: String?
  • Url of Biometric Data

    Declaration

    Swift

    public var BiometricURL: String?
  • Timestamp of acceptance of the privacy policy

    Declaration

    Swift

    public var PrivacyPolicyTimestamp: String?
  • Url of privacy policy

    Declaration

    Swift

    public var PrivacypolicyURL: String?
  • Timestamp of policy

    Declaration

    Swift

    public var TermTimestamp: String?
  • Url of policy

    Declaration

    Swift

    public var TermsofserviceURL: String?

Initialization