Package com.onlinepayments.domain
Class Card
java.lang.Object
com.onlinepayments.domain.Card
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe card holder's name on the card.The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responsesgetCvv()Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions.Expiry date of the card Format: MMYYvoidsetCardholderName(String value) The card holder's name on the card.voidsetCardNumber(String value) The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responsesvoidCard Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions.voidsetExpiryDate(String value) Expiry date of the card Format: MMYYwithCardholderName(String value) The card holder's name on the card.withCardNumber(String value) The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responsesCard Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions.withExpiryDate(String value) Expiry date of the card Format: MMYY
-
Constructor Details
-
Card
public Card()
-
-
Method Details
-
getCardNumber
The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses -
setCardNumber
The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses -
withCardNumber
The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses -
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. -
getCvv
Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions. -
setCvv
Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions. -
withCvv
Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions. -
getExpiryDate
Expiry date of the card Format: MMYY -
setExpiryDate
Expiry date of the card Format: MMYY -
withExpiryDate
Expiry date of the card Format: MMYY
-