/n software 3-D Secure V2 macOS Edition

Questions / Feedback?

Extension Type

This type contains extension details.

Remarks

Data necessary to support requirements not otherwise defined in the 3-D Secure message are carried in Message Extensions. This type is used to define extensions to be sent in the next outgoing request.

Fields

critical
Bool

Whether the extension is critical.

This setting specifies whether the recipient must understand the contents of the extension to interpret the entire message.

data
String

The extension data as JSON.

This setting specifies the JSON formatted extension data.

id
String

The id of the specified extension.

This setting specifies a unique identifier for the extension.

name
String

The extension name.

This setting specifies the name of the extension as defined by the extension owner.

Constructors

public init()

Creates an empty Extension instance whose properties can be set.

public init(id: String, name: String, critical: Bool, data: String)

Creates an Extension instance with the given Id, Name, Critical, and Data parameters.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 macOS Edition - Version 2.2 [Build 8374]