Package com.onlinepayments.domain
Class CardWithoutCvv
java.lang.Object
com.onlinepayments.domain.CardWithoutCvv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe card holder's name on the card.The obfuscated card numberExpiry date of the card Format: MMYYvoidsetCardholderName(String value) The card holder's name on the card.voidsetCardNumber(String value) The obfuscated card numbervoidsetExpiryDate(String value) Expiry date of the card Format: MMYYwithCardholderName(String value) The card holder's name on the card.withCardNumber(String value) The obfuscated card numberwithExpiryDate(String value) Expiry date of the card Format: MMYY
-
Constructor Details
-
CardWithoutCvv
public CardWithoutCvv()
-
-
Method Details
-
getCardNumber
The obfuscated card number -
setCardNumber
The obfuscated card number -
withCardNumber
The obfuscated card number -
getCardholderName
The card holder's name on the card. -
setCardholderName
The card holder's name on the card. -
withCardholderName
The card holder's name on the card. -
getExpiryDate
Expiry date of the card Format: MMYY -
setExpiryDate
Expiry date of the card Format: MMYY -
withExpiryDate
Expiry date of the card Format: MMYY
-