Interface PassportElementErrorSourceDataField

One of the data fields contains an error. The error will be considered resolved when the value of the field changes. Subtype of PassportElementErrorSource.

interface PassportElementErrorSourceDataField {
    @type: "passportElementErrorSourceDataField";
    field_name: string;
}

Properties

Properties

@type: "passportElementErrorSourceDataField"
field_name: string

Field name.