public class DecryptedPaymentData extends Object
Constructor and Description |
---|
DecryptedPaymentData() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthMethod()
Deprecated.
Use decryptedPaymentData.paymentMethod instead
|
String |
getCardholderName()
The card holder's name on the card.
|
String |
getCryptogram()
The 3D secure online payment cryptogram.
|
String |
getDpan()
The device specific PAN.
|
Integer |
getEci()
The eci is Electronic Commerce Indicator.
|
String |
getExpiryDate()
Expiry date of the card
Format: MMYY. |
String |
getPan()
The non-device specific complete credit/debit card number (also know as the PAN).
|
String |
getPaymentMethod()
|
void |
setAuthMethod(String value)
Deprecated.
Use decryptedPaymentData.paymentMethod instead
|
void |
setCardholderName(String value)
The 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)
The eci is Electronic Commerce Indicator.
|
void |
setExpiryDate(String value)
Expiry date of the card
Format: MMYY. |
void |
setPan(String value)
The non-device specific complete credit/debit card number (also know as the PAN).
|
void |
setPaymentMethod(String value)
|
@Deprecated public String getAuthMethod()
@Deprecated public void setAuthMethod(String value)
public String getCardholderName()
public void setCardholderName(String value)
public String getCryptogram()
public void setCryptogram(String value)
public String getDpan()
public void setDpan(String value)
public Integer getEci()
public void setEci(Integer value)
public String getExpiryDate()
public void setExpiryDate(String value)
public String getPan()
public void setPan(String value)
public String getPaymentMethod()
public void setPaymentMethod(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.