E-Payment Integrator 2020 Python Edition

Questions / Feedback?

special_field_value Property

Value of special configuration property to submit in this transaction.

Syntax

def get_special_field_value(field_index: int) -> str: ...
def set_special_field_value(field_index: int, value: str) -> None: ...

Default Value

""

Remarks

Value of special configuration field to submit in this transaction. The special_field_name and special_field_value 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 field_index parameter specifies the index of the item in the array. The size of the array is controlled by the special_field_count property.

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