public class MobilePaymentData extends Object
| Constructor and Description |
|---|
MobilePaymentData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDpan()
The obfuscated DPAN.
|
String |
getExpiryDate()
Expiry date of the tokenized card.
|
void |
setDpan(String value)
The obfuscated DPAN.
|
void |
setExpiryDate(String value)
Expiry date of the tokenized card.
|
MobilePaymentData |
withDpan(String value)
The obfuscated DPAN.
|
MobilePaymentData |
withExpiryDate(String value)
Expiry date of the tokenized card.
|
public String getDpan()
public void setDpan(String value)
public MobilePaymentData withDpan(String value)
public String getExpiryDate()
public void setExpiryDate(String value)
public MobilePaymentData withExpiryDate(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.