PolicyAcceptanceData
public struct PolicyAcceptanceData : Codable
Child structure of CustomerValidateIdDataRequest, CustomerLiveCheckDataRequest, CustomerValidateIdFaceMatchDataRequest, CustomerEnrollDataRequest, CustomerEnrollBiometricDataRequest, and CustomerVerifyDataRequest.
-
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?
-
init(BiometricTimestamp:BiometricURL: PrivacyPolicyTimestamp: PrivacypolicyURL: TermTimestamp: TermsofserviceURL: ) Designated initializer.
Declaration
Swift
public init(BiometricTimestamp: String? = nil, BiometricURL: String? = nil, PrivacyPolicyTimestamp: String? = nil, PrivacypolicyURL: String? = nil, TermTimestamp: String? = nil, TermsofserviceURL: String? = nil)Parameters
BiometricTimestampTimeStamp of Biometric Data
BiometricURLUrl of Biometric Data
PrivacyPolicyTimestampTimestamp of acceptance of the privacy policy
PrivacypolicyURLUrl of privacy policy
TermTimestampTimestamp of policy
TermsofserviceURLUrl of policy