Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

GlobalSetupField Type

Contains a field returned by Global Payments which reflects the current state of the merchant setup.

Remarks

The fields returned by the Global Pay server will be dependent on the current merchant setup as well as whether you requested basic or advanced setup information. For instance, you may receive FieldName of "PaymentTypes", and the Value will contain a list of the currently supported card types. "LiveUrl", "TestUrl", "Partner", "Vendor" and other settings may also be returned.

Fields

FieldName
String

Contains the name of a field returned by Global Payments, which reflects the current state of the merchant setup.

Value
String

Contains the value of a field returned by Global Payments, which reflects the current state of the merchant setup.

Constructors

[VB.NET]
Public GlobalSetupField()

[C#]
public GlobalSetupField();



[VB.NET]
Public GlobalSetupField(ByVal FieldName As String, ByVal Value As String)

[C#]
public GlobalSetupField(string fieldName, string value);



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0