public class TokenizedCardData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CardCryptogram |
cryptogram |
protected RecurringIndicator |
recurringIndicator |
protected String |
tokenRequestorId |
| Constructor and Description |
|---|
TokenizedCardData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CardCryptogram |
getCryptogram()
The additional authentication value used to secure the tokenized card transactions.
|
RecurringIndicator |
getRecurringIndicator() |
String |
getTokenRequestorId() |
int |
hashCode() |
String |
toString() |
protected CardCryptogram cryptogram
protected RecurringIndicator recurringIndicator
protected String tokenRequestorId
public CardCryptogram getCryptogram()
public RecurringIndicator getRecurringIndicator()
public String getTokenRequestorId()
Copyright © 2024. All rights reserved.