SSNNumberState

The state of a Social Security Number (SSN) field.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The length of the content in the field.

Link copied to clipboard

The length of the raw, unformatted SSN.

Link copied to clipboard

The name of the field used for data transfer to the VGS proxy.

Link copied to clipboard

The type of the VGS input field.

Link copied to clipboard

True if the field has focus, false otherwise.

Link copied to clipboard

True if the field is empty, false otherwise.

Link copied to clipboard

True if the field is required, false otherwise.

Link copied to clipboard

True if the field's contents are valid, false otherwise.

Link copied to clipboard
var last: String?

The last 4 digits of the SSN.

Link copied to clipboard

A list of validation errors.

Functions

Link copied to clipboard
open override fun toString(): String