public class DecryptedPaymentData extends Object
| Constructor and Description |
|---|
DecryptedPaymentData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardholderName()
Card holder's name on the card.
|
String |
getCryptogram()
The 3D secure online payment cryptogram.
|
String |
getDpan()
The device specific PAN.
|
Integer |
getEci()
Electronic Commerce Indicator.
|
String |
getExpiryDate()
Expiry date of the card Format: MMYY.
|
void |
setCardholderName(String value)
Card holder's name on the card.
|
void |
setCryptogram(String value)
The 3D secure online payment cryptogram.
|
void |
setDpan(String value)
The device specific PAN.
|
void |
setEci(Integer value)
Electronic Commerce Indicator.
|
void |
setExpiryDate(String value)
Expiry date of the card Format: MMYY.
|
DecryptedPaymentData |
withCardholderName(String value)
Card holder's name on the card.
|
DecryptedPaymentData |
withCryptogram(String value)
The 3D secure online payment cryptogram.
|
DecryptedPaymentData |
withDpan(String value)
The device specific PAN.
|
DecryptedPaymentData |
withEci(Integer value)
Electronic Commerce Indicator.
|
DecryptedPaymentData |
withExpiryDate(String value)
Expiry date of the card Format: MMYY.
|
public String getCardholderName()
public void setCardholderName(String value)
public DecryptedPaymentData withCardholderName(String value)
public String getCryptogram()
public void setCryptogram(String value)
public DecryptedPaymentData withCryptogram(String value)
public String getDpan()
public void setDpan(String value)
public DecryptedPaymentData withDpan(String value)
public Integer getEci()
public void setEci(Integer value)
public DecryptedPaymentData withEci(Integer value)
public String getExpiryDate()
public void setExpiryDate(String value)
public DecryptedPaymentData withExpiryDate(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.