E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

specialFieldValue (property)

Value of special configuration property to submit in this transaction.

Syntax

- (NSString*)specialFieldValue:(int)fieldIndex;
- (void)setSpecialFieldValue:(int)fieldIndex:(NSString*)newSpecialFieldValue;
public func specialFieldValue(fieldIndex: Int32) throws -> String
public func setSpecialFieldValue(fieldIndex: Int32, newSpecialFieldValue: String) throws -> Void

Default Value

""

Remarks

Value 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.

Note: 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.

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