Package com.onlinepayments.domain
Class MobilePaymentData
java.lang.Object
com.onlinepayments.domain.MobilePaymentData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDpan()The obfuscated DPAN.Expiry date of the tokenized card.voidThe obfuscated DPAN.voidsetExpiryDate(String value) Expiry date of the tokenized card.The obfuscated DPAN.withExpiryDate(String value) Expiry date of the tokenized card.
-
Constructor Details
-
MobilePaymentData
public MobilePaymentData()
-
-
Method Details
-
getDpan
The obfuscated DPAN. Only the last four digits are visible. -
setDpan
The obfuscated DPAN. Only the last four digits are visible. -
withDpan
The obfuscated DPAN. Only the last four digits are visible. -
getExpiryDate
Expiry date of the tokenized card. Format: MMYY -
setExpiryDate
Expiry date of the tokenized card. Format: MMYY -
withExpiryDate
Expiry date of the tokenized card. Format: MMYY
-