public class Card extends CardWithoutCvv
Constructor and Description |
---|
Card() |
Modifier and Type | Method and Description |
---|---|
String |
getCvv()
Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions.
|
String |
getPartialPin()
The first 2 digits of the card's PIN code.
|
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 |
setPartialPin(String value)
The first 2 digits of the card's PIN code.
|
getIssueNumber, setIssueNumber
getCardholderName, getCardNumber, getExpiryDate, setCardholderName, setCardNumber, setExpiryDate
public String getCvv()
public void setCvv(String value)
public String getPartialPin()
public void setPartialPin(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.