VGSSSNState

@MainActor
public class VGSSSNState : VGSTextFieldState

An object that describes VGSTextField state with configuration FieldType.ssn . State attributes are read-only.

  • Last 4 digits of the valid ssn from associated VGSTextField with field configuration type FieldType.ssn.

    Declaration

    Swift

    @MainActor
    internal(set) open var last4: String { get }
  • Message that contains VGSSSNState attributes and their values.

    Declaration

    Swift

    @MainActor
    override public var description: String { get }