interface CustomerRequestFieldValue {
    fieldId?: string;
    label?: string;
    renderedValue?: {};
    value?: {};
}

Properties

fieldId?: string

ID of the field.

label?: string

Text label for the field.

renderedValue?: {}

Value of the field rendered in the UI.

Type declaration

    value?: {}

    Value of the field.

    Type declaration