 | IElectronicProcessingGetElectronicContractFormFieldsResponseType Class |
Contains an array of objects listing all fields within a given form.
Inheritance HierarchySystemObject
IASIElectronicProcessingGetElectronicContractFormFieldsResponseType
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class GetElectronicContractFormFieldsResponseType
Public Class GetElectronicContractFormFieldsResponseType
public class GetElectronicContractFormFieldsResponseType
IAS.GetElectronicContractFormFieldsResponseType = function();
Type.createClass(
'IAS.GetElectronicContractFormFieldsResponseType');
The IElectronicProcessingGetElectronicContractFormFieldsResponseType type exposes the following members.
Fields
| Name | Description |
---|
 | ErrorInfo | Error details. |
 | FormFieldsListings | Contains one table for each form name specified, with rows in each table representing each field name in the form. |
Top
See Also