new VaultCardMessage()
- Source:
Extends
Methods
(static) VaultCardMessage#getCardEntryMethods() → {Number}
Get the field value
Allowed entry methods
- Source:
Returns:
must be an integer
- Type
- Number
(static) VaultCardMessage#getSingleUse() → {Boolean}
Get the field value
If true, then request a token that can be used only one time.
- Source:
Returns:
- Type
- Boolean
(static) VaultCardMessage#getTokenType() → {String}
Get the field value
If set, this indicates the token type. If unset or unrecognized, the default legacy type of tokenization is used
- Source:
Returns:
- Type
- String
(static) VaultCardMessage#setCardEntryMethods(cardEntryMethods)
Set the field value
Allowed entry methods
Parameters:
Name | Type | Description |
---|---|---|
cardEntryMethods |
Number | must be an integer |
- Source:
(static) VaultCardMessage#setSingleUse(singleUse)
Set the field value
If true, then request a token that can be used only one time.
Parameters:
Name | Type | Description |
---|---|---|
singleUse |
Boolean |
- Source:
(static) VaultCardMessage#setTokenType(tokenType)
Set the field value
If set, this indicates the token type. If unset or unrecognized, the default legacy type of tokenization is used
Parameters:
Name | Type | Description |
---|---|---|
tokenType |
String |
- Source: