/n software 3-D Secure V2 PHP Edition

Questions / Feedback?

ExtensionCritical Property

Whether the extension is critical.

Object Oriented Interface

public function getExtensionCritical($extensionindex);
public function setExtensionCritical($extensionindex, $value);

Procedural Interface

ipworks3ds_server_get($res, 51 , $extensionindex);
ipworks3ds_server_set($res, 51, $value , $extensionindex);

Default Value

false

Remarks

Whether the extension is critical.

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

The $extensionindex parameter specifies the index of the item in the array. The size of the array is controlled by the ExtensionCount property.

This property is not available at design time.

Data Type

Boolean

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