FillableFieldTypeEnum
The FillableFieldTypeEnum contains a group of enumerations for a fillable field type for use with mandatory/optional field types.
| Parameter | Type | Description |
|---|---|---|
| Initials | string (enum) | The user's initials |
| Name | string (enum) | The legal name of the user |
| Numeric | string (enum) | A field used strictly for numeric values |
| Alphanumeric | string (enum) | A field used for letters or numbers |
| CCName | string (enum) | The name on the credit card |
| CCNumber | string (enum) | The credit card number |
| CCExpiryDate | string (enum) | The credit card expiration date |
| CCBillingAddr | string (enum) | The billing address of the credit card owner |
| Date | string (enum) | A standard date field |
| NotaryStamp | string (enum) | eNotary stamp |