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, setIssueNumbergetCardholderName, getCardNumber, getExpiryDate, setCardholderName, setCardNumber, setExpiryDatepublic String getCvv()
public void setCvv(String value)
public String getPartialPin()
public void setPartialPin(String value)
Copyright © 2025 Worldline Global Collect. All rights reserved.