Interface AddressValidationNoteInterfaceInternal

Interface version of AddressValidationNote

interface AddressValidationNoteInterface {
    message: string;
    severity: MessageSeverity;
}

Implemented by

Properties

Properties

message: string

A human-readable explanation of the correction

severity: MessageSeverity

The severity of the note.

  • CRITICAL = The address is likely invalid.
  • WARNING = The address was corrected.
  • NOTE = Information was added to the address