E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

SpecialFieldValue Property

Value of special configuration property to submit in this transaction.

Syntax

ANSI (Cross Platform)
char* GetSpecialFieldValue(int iFieldIndex);
int SetSpecialFieldValue(int iFieldIndex, const char* lpszSpecialFieldValue); Unicode (Windows) LPWSTR GetSpecialFieldValue(INT iFieldIndex);
INT SetSpecialFieldValue(INT iFieldIndex, LPCWSTR lpszSpecialFieldValue);
- (NSString*)specialFieldValue:(int)fieldIndex;
- (void)setSpecialFieldValue:(int)fieldIndex:(NSString*)newSpecialFieldValue;
#define PID_ICHARGE_SPECIALFIELDVALUE 63

INPAY_EXTERNAL void* INPAY_CALL InPay_ICharge_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_ICharge_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INPAY_EXTERNAL int INPAY_CALL InPay_ICharge_CheckIndex(void *lpObj, int propid, int arridx);

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.

This property is not available at design time.

Data Type

String

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