ConsentData

public struct ConsentData : Encodable

Child structure of CustomerVerifyDataRequest.

Enumerations

  • Whether or not to accept consent. Default is Y.

    See more

    Declaration

    Swift

    public enum ConsentAccepted : String, Encodable

Properties

Initialization

  • 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.