new VaultCardResponseMessage()
Extends
Methods
(static) VaultCardResponseMessage#getCard() → {payments.VaultedCard}
Get the field value
The card that was vaulted.
Returns:
- Type
- payments.VaultedCard
(static) VaultCardResponseMessage#getReason() → {String}
Get the field value
May be populated when the operation fails.
Returns:
- Type
- String
(static) VaultCardResponseMessage#getStatus() → {remotemessage.ResultStatus}
Get the field value
Returns:
(static) VaultCardResponseMessage#getTokenType() → {String}
Get the field value
If set, this indicates the token type. If unset or unrecognized, the default legacy type of tokenization was used
Returns:
- Type
- String
(static) VaultCardResponseMessage#setCard(card)
Set the field value
The card that was vaulted.
Parameters:
Name | Type | Description |
---|---|---|
card |
payments.VaultedCard |
(static) VaultCardResponseMessage#setReason(reason)
Set the field value
May be populated when the operation fails.
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) VaultCardResponseMessage#setStatus(status)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
status |
remotemessage.ResultStatus |
(static) VaultCardResponseMessage#setTokenType(tokenType)
Set the field value
If set, this indicates the token type. If unset or unrecognized, the default legacy type of tokenization was used
Parameters:
Name | Type | Description |
---|---|---|
tokenType |
String |