Class: VaultCardResponseMessage

remotemessage.VaultCardResponseMessage()

new VaultCardResponseMessage()

Source:

Extends

Methods

(static) VaultCardResponseMessage#getCard() → {payments.VaultedCard}

Get the field value The card that was vaulted.
Source:
Returns:
Type
payments.VaultedCard

(static) VaultCardResponseMessage#getReason() → {String}

Get the field value May be populated when the operation fails.
Source:
Returns:
Type
String

(static) VaultCardResponseMessage#getStatus() → {remotemessage.ResultStatus}

Get the field value
Source:
Returns:
Type
remotemessage.ResultStatus

(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
Source:
Returns:
Type
String

(static) VaultCardResponseMessage#setCard(card)

Set the field value The card that was vaulted.
Parameters:
Name Type Description
card payments.VaultedCard
Source:

(static) VaultCardResponseMessage#setReason(reason)

Set the field value May be populated when the operation fails.
Parameters:
Name Type Description
reason String
Source:

(static) VaultCardResponseMessage#setStatus(status)

Set the field value
Parameters:
Name Type Description
status remotemessage.ResultStatus
Source:

(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
Source: