public class Card extends Object
| Constructor and Description |
|---|
Card() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardholderName()
The card holder's name on the card.
|
String |
getCardNumber()
The complete credit/debit card number (also know as the PAN)
The card number is always obfuscated in any of our responses
|
String |
getCvv()
Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions.
|
String |
getExpiryDate()
Expiry date of the card
Format: MMYY
|
void |
setCardholderName(String value)
The card holder's name on the card.
|
void |
setCardNumber(String value)
The complete credit/debit card number (also know as the PAN)
The card number is always obfuscated in any of our responses
|
void |
setCvv(String value)
Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions.
|
void |
setExpiryDate(String value)
Expiry date of the card
Format: MMYY
|
Card |
withCardholderName(String value)
The card holder's name on the card.
|
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 responses
|
Card |
withCvv(String value)
Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions.
|
Card |
withExpiryDate(String value)
Expiry date of the card
Format: MMYY
|
public String getCardNumber()
public void setCardNumber(String value)
public Card withCardNumber(String value)
public String getCardholderName()
public void setCardholderName(String value)
public String getCvv()
public void setCvv(String value)
public Card withCvv(String value)
public String getExpiryDate()
public void setExpiryDate(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.