ConsentData
public struct ConsentData : Encodable
Child structure of CustomerVerifyDataRequest
.
-
Whether or not to accept consent. Default is
See moreY
.Declaration
Swift
public enum ConsentAccepted : String, Encodable
-
Consent accepted Value should be in Y / N
Declaration
Swift
public var consentAccepted: ConsentAccepted?
-
Consent accepted timestamp, example: 01/12/2023 17:00:00
Declaration
Swift
public var consentAcceptedTimestamp: String?
-
Designated initializer.
Declaration
Swift
public init(consentAccepted: ConsentAccepted? = .yes, consentAcceptedTimestamp: String? = nil)
Parameters
consentAccepted
Consent accepted Value should be in Y / N
consentAcceptedTimestamp
Consent accepted timestamp, example: 01/12/2023 17:00:00.