Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface RegulatedInformationField

    A field collected from the regulatory form.

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

    Properties

    FieldId: string

    The unique identifier of the field.

    FieldLabel: string

    The name of the field.

    The type of field.

    FieldValue: string

    The content of the field as collected in regulatory form. Note that FileAttachment type fields contain a URL where you can download the attachment.