E-Payment Integrator 2016 PHP Edition
E-Payment Integrator 2016 PHP Edition
Questions / Feedback?

SpecialFieldValue Property

Value of special configuration property to submit in this transaction.

Object Oriented Interface

public function getSpecialFieldValue($fieldindex);
public function setSpecialFieldValue($fieldindex, $value);

Procedural Interface

inpay_retail_get($res, 62 , $fieldindex);
inpay_retail_set($res, 62, $value , $fieldindex);

Default Value

''

Remarks

Value of special configuration property to submit in this transaction. The SpecialFieldName and SpecialFieldValue properties can be used to send special gateway configuration and transaction properties for each transaction. These properties can also be used to extend the functionality of this class by submitting additional information to the gateway.

Note: This property is not applicable for the LinkPoint, FirstData, YourPay, PayFuse, or Orbital gateways.

The size of the array is controlled by the SpecialFieldCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 PHP Edition - Version 16.0 [Build 7354]