@raisenow/tamaro-core
Preparing search index...
ISecureFieldsHandler
ISecureFieldsHandler
Interface ISecureFieldsHandler
interface
ISecureFieldsHandler
{
errors
:
ErrorsState
;
filled
:
Partial
<
Record
<
TamaroCardFieldName
,
boolean
>
>
;
focused
:
Partial
<
Record
<
TamaroCardFieldName
,
boolean
>
>
;
init
:
()
=>
void
;
isReady
:
boolean
;
tokenize
:
()
=>
Promise
<
void
>
;
validate
:
()
=>
Promise
<
void
>
;
}
Implemented by
DatatransSecureFieldsHandler
PaypalSecureFieldsHandler
SpreedlySecureFieldsHandler
Index
Properties
errors
filled
focused
init
is
Ready
tokenize
validate
Properties
errors
errors
:
ErrorsState
filled
filled
:
Partial
<
Record
<
TamaroCardFieldName
,
boolean
>
>
focused
focused
:
Partial
<
Record
<
TamaroCardFieldName
,
boolean
>
>
init
init
:
()
=>
void
is
Ready
isReady
:
boolean
tokenize
tokenize
:
()
=>
Promise
<
void
>
validate
validate
:
()
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
errors
filled
focused
init
is
Ready
tokenize
validate
@raisenow/tamaro-core
Loading...