public class AuthenticatedCardDataCreate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CardholderAuthenticationCreate |
cardholderAuthentication |
protected String |
cardHolderName |
protected String |
cardVerificationCode |
protected CardCryptogramCreate |
cryptogram |
protected String |
expiryDate |
protected String |
primaryAccountNumber |
protected RecurringIndicator |
recurringIndicator |
protected String |
schemeTransactionReference |
protected String |
tokenRequestorId |
| Constructor and Description |
|---|
AuthenticatedCardDataCreate() |
protected String cardHolderName
protected String cardVerificationCode
protected CardholderAuthenticationCreate cardholderAuthentication
protected CardCryptogramCreate cryptogram
protected String expiryDate
protected String primaryAccountNumber
protected RecurringIndicator recurringIndicator
protected String schemeTransactionReference
protected String tokenRequestorId
public AuthenticatedCardDataCreate cardHolderName(String cardHolderName)
public String getCardHolderName()
public void setCardHolderName(String cardHolderName)
public AuthenticatedCardDataCreate cardVerificationCode(String cardVerificationCode)
public String getCardVerificationCode()
public void setCardVerificationCode(String cardVerificationCode)
public AuthenticatedCardDataCreate cardholderAuthentication(CardholderAuthenticationCreate cardholderAuthentication)
public CardholderAuthenticationCreate getCardholderAuthentication()
public void setCardholderAuthentication(CardholderAuthenticationCreate cardholderAuthentication)
public AuthenticatedCardDataCreate cryptogram(CardCryptogramCreate cryptogram)
public CardCryptogramCreate getCryptogram()
public void setCryptogram(CardCryptogramCreate cryptogram)
public AuthenticatedCardDataCreate expiryDate(String expiryDate)
public String getExpiryDate()
public void setExpiryDate(String expiryDate)
public AuthenticatedCardDataCreate primaryAccountNumber(String primaryAccountNumber)
public String getPrimaryAccountNumber()
public void setPrimaryAccountNumber(String primaryAccountNumber)
public AuthenticatedCardDataCreate recurringIndicator(RecurringIndicator recurringIndicator)
public RecurringIndicator getRecurringIndicator()
public void setRecurringIndicator(RecurringIndicator recurringIndicator)
public AuthenticatedCardDataCreate schemeTransactionReference(String schemeTransactionReference)
public String getSchemeTransactionReference()
public void setSchemeTransactionReference(String schemeTransactionReference)
public AuthenticatedCardDataCreate tokenRequestorId(String tokenRequestorId)
public String getTokenRequestorId()
public void setTokenRequestorId(String tokenRequestorId)
Copyright © 2024. All rights reserved.