public class TokenCardData extends Object
Constructor and Description |
---|
TokenCardData() |
Modifier and Type | Method and Description |
---|---|
CardWithoutCvv |
getCardWithoutCvv()
Object containing the card details (without CVV)
|
String |
getFirstTransactionDate()
Date of the first transaction (for ATOS)
Format: YYYYMMDD |
String |
getProviderReference()
Reference of the provider (of the first transaction) - used to store the ATOS Transaction Certificate
|
void |
setCardWithoutCvv(CardWithoutCvv value)
Object containing the card details (without CVV)
|
void |
setFirstTransactionDate(String value)
Date of the first transaction (for ATOS)
Format: YYYYMMDD |
void |
setProviderReference(String value)
Reference of the provider (of the first transaction) - used to store the ATOS Transaction Certificate
|
public CardWithoutCvv getCardWithoutCvv()
public void setCardWithoutCvv(CardWithoutCvv value)
public String getFirstTransactionDate()
public void setFirstTransactionDate(String value)
public String getProviderReference()
public void setProviderReference(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.