public class CardWithoutCvv extends Object
| Constructor and Description |
|---|
CardWithoutCvv() |
| 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 |
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 |
setExpiryDate(String value)
Expiry date of the card
Format: MMYY
|
CardWithoutCvv |
withCardholderName(String value)
The card holder's name on the card.
|
CardWithoutCvv |
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
|
CardWithoutCvv |
withExpiryDate(String value)
Expiry date of the card
Format: MMYY
|
public String getCardNumber()
public void setCardNumber(String value)
public CardWithoutCvv withCardNumber(String value)
public String getCardholderName()
public void setCardholderName(String value)
public CardWithoutCvv withCardholderName(String value)
public String getExpiryDate()
public void setExpiryDate(String value)
public CardWithoutCvv withExpiryDate(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.