public class CardInfo extends BasicCardInfo
| Constructor and Description |
|---|
CardInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(CardInfo orig)
Copy the object
|
BillingInfo |
getBillingInfo() |
String |
getCardHolderFullName() |
CreditCardType |
getCardType() |
String |
getCv2Number() |
Integer |
getIssueMonth() |
String |
getIssueNumber() |
Integer |
getIssueYear() |
void |
setBillingInfo(BillingInfo billingInfo) |
void |
setCardHolderFullName(String cardHolderFullName) |
void |
setCardType(CreditCardType cardType) |
void |
setCv2Number(String cv2Number) |
void |
setIssueMonth(Integer issueMonth) |
void |
setIssueNumber(String issueNumber) |
void |
setIssueYear(Integer issueYear) |
copy, getCardNumber, getExpirationMonth, getExpirationYear, setCardNumber, setExpirationMonth, setExpirationYearpublic String getCardHolderFullName()
public void setCardHolderFullName(String cardHolderFullName)
cardHolderFullName - the cardHolderFullName to setpublic String getIssueNumber()
public void setIssueNumber(String issueNumber)
issueNumber - the issueNumber to setpublic Integer getIssueMonth()
public void setIssueMonth(Integer issueMonth)
issueMonth - the issueMonth to setpublic Integer getIssueYear()
public void setIssueYear(Integer issueYear)
issueYear - the issueYear to setpublic CreditCardType getCardType()
public void setCardType(CreditCardType cardType)
cardType - the cardType to setpublic BillingInfo getBillingInfo()
public void setBillingInfo(BillingInfo billingInfo)
billingInfo - the billingInfo to setpublic void setCv2Number(String cv2Number)
cv2Number - the cv2Number to setpublic String getCv2Number()
public void copy(CardInfo orig)
Copyright © 2017 SAP SE. All Rights Reserved.