SecureFieldsFieldState
type SecureFieldsFieldState = object;
The state of a single field, with no value: card data never leaves the iframe.
Properties
error?
optional error?: FieldValidationError;
Which validation rule the field currently fails, or 'none' when it is valid.
length?
optional length?: number;
touched?
optional touched?: boolean;
valid?
optional valid?: boolean;