 | IElectronicProcessingFormFieldType Class |
A single field on an iAAWG form.
Inheritance HierarchySystemObject
IASIElectronicProcessingFormFieldType
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class FormFieldType : IComparable<IElectronicProcessingFormFieldType>
Public Class FormFieldType
Implements IComparable(Of IElectronicProcessingFormFieldType)
public class FormFieldType implements IComparable<IElectronicProcessingFormFieldType>
IAS.FormFieldType = function();
Type.createClass(
'IAS.FormFieldType',
null,
IComparable`1);
The IElectronicProcessingFormFieldType type exposes the following members.
Fields
| Name | Description |
---|
 | APIParameterName | The corresponding parameter name within the iAAWG API. |
 | IsRequired | Whether or not this field is required for generating an electronic contract. |
 | Name | The name of the field. |
Top
See Also