/n software 3-D Secure V2 Java 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
boolean

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 Extension();

Creates an empty Extension instance whose properties can be set.

public Extension(String id, String name, boolean critical, String data);

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 Java Edition - Version 2.2 [Build 8318]