E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

SpecialFieldName Property

Name of special configuration property to submit in this transaction.

Syntax

ANSI (Cross Platform)
char* GetSpecialFieldName(int iFieldIndex);
int SetSpecialFieldName(int iFieldIndex, const char* lpszSpecialFieldName); Unicode (Windows) LPWSTR GetSpecialFieldName(INT iFieldIndex);
INT SetSpecialFieldName(INT iFieldIndex, LPCWSTR lpszSpecialFieldName);
- (NSString*)specialFieldName:(int)fieldIndex;
- (void)setSpecialFieldName:(int)fieldIndex:(NSString*)newSpecialFieldName;
#define PID_RECURRINGBILLING_SPECIALFIELDNAME 75

INPAY_EXTERNAL void* INPAY_CALL InPay_RecurringBilling_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_RecurringBilling_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INPAY_EXTERNAL int INPAY_CALL InPay_RecurringBilling_CheckIndex(void *lpObj, int propid, int arridx);

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 C++ Edition - Version 20.0 [Build 7941]