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 constructor()
Creates an empty Extension instance whose properties can be set.
public constructor(id: String?, name: String?, critical: Boolean, data: String?)
Creates an Extension instance with the given Id, Name, Critical, and Data parameters.