public class CardEssentials extends Object
Constructor and Description |
---|
CardEssentials() |
Modifier and Type | Method and Description |
---|---|
String |
getCardholderName()
The card holder's name on the card.
|
String |
getCardNumber()
The complete credit/debit card number
|
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
|
void |
setExpiryDate(String value)
Expiry date of the card
Format: MMYY |
public String getCardNumber()
public void setCardNumber(String value)
public String getCardholderName()
public void setCardholderName(String value)
public String getExpiryDate()
public void setExpiryDate(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.