SSNState
public class SSNState : State
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 typeFieldType.ssn
.Declaration
Swift
internal(set) open var last4: String { get }
-
Message that contains
SSNState
attributes and their values.Declaration
Swift
override public var description: String { get }