A field collected from the regulatory form.

Export

RegulatedInformationField

interface RegulatedInformationField {
    FieldId: string;
    FieldLabel: string;
    FieldType: RegulatedInformationFieldFieldTypeEnum;
    FieldValue: string;
}

Properties

FieldId: string

The unique identifier for the field.

Memberof

RegulatedInformationField

FieldLabel: string

The name for the field.

Memberof

RegulatedInformationField

The type of field.

Memberof

RegulatedInformationField

FieldValue: string

The content of the field as collected in regulatory form. Note that FileAttachment type fields will contain a URL to download the attachment here.

Memberof

RegulatedInformationField