E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

SpecialFieldName Property

Name of special configuration property to submit in this transaction.

Object Oriented Interface

public function getSpecialFieldName($fieldindex);
public function setSpecialFieldName($fieldindex, $value);

Procedural Interface

inpay_echeck_get($res, 53 , $fieldindex);
inpay_echeck_set($res, 53, $value , $fieldindex);

Default Value

''

Remarks

Name of special configuration field 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.

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

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

This property is not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 PHP Edition - Version 20.0 [Build 7941]