|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.vendor.cybersource.service.message.CyberSourceRequest
org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourcePaymentRequest
org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourceCardRequest
public class CyberSourceCardRequest
| Field Summary | |
|---|---|
protected String |
requestID
|
protected String |
requestToken
|
| Fields inherited from class org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourcePaymentRequest |
|---|
billingRequest, currency, grandTotal, itemRequests, methodType, transactionType, useGrandTotal |
| Fields inherited from class org.broadleafcommerce.vendor.cybersource.service.message.CyberSourceRequest |
|---|
serviceType |
| Constructor Summary | |
|---|---|
CyberSourceCardRequest()
|
|
| Method Summary | |
|---|---|
String |
getAccountNumber()
Gets the accountNumber value for this Card. |
String |
getBin()
Gets the bin value for this Card. |
String |
getCardType()
Gets the cardType value for this Card. |
String |
getCvIndicator()
Gets the cvIndicator value for this Card. |
String |
getCvNumber()
Gets the cvNumber value for this Card. |
Integer |
getExpirationMonth()
Gets the expirationMonth value for this Card. |
Integer |
getExpirationYear()
Gets the expirationYear value for this Card. |
String |
getFullName()
Gets the fullName value for this Card. |
String |
getIssueNumber()
Gets the issueNumber value for this Card. |
String |
getPin()
Gets the pin value for this Card. |
String |
getRequestID()
|
String |
getRequestToken()
|
Integer |
getStartMonth()
Gets the startMonth value for this Card. |
Integer |
getStartYear()
Gets the startYear value for this Card. |
void |
setAccountNumber(String accountNumber)
Sets the accountNumber value for this Card. |
void |
setBin(String bin)
Sets the bin value for this Card. |
void |
setCardType(String cardType)
Sets the cardType value for this Card. |
void |
setCvIndicator(String cvIndicator)
Sets the cvIndicator value for this Card. |
void |
setCvNumber(String cvNumber)
Sets the cvNumber value for this Card. |
void |
setExpirationMonth(Integer expirationMonth)
Sets the expirationMonth value for this Card. |
void |
setExpirationYear(Integer expirationYear)
Sets the expirationYear value for this Card. |
void |
setFullName(String fullName)
Sets the fullName value for this Card. |
void |
setIssueNumber(String issueNumber)
Sets the issueNumber value for this Card. |
void |
setPin(String pin)
Sets the pin value for this Card. |
void |
setRequestID(String requestID)
|
void |
setRequestToken(String requestToken)
|
void |
setStartMonth(Integer startMonth)
Sets the startMonth value for this Card. |
void |
setStartYear(Integer startYear)
Sets the startYear value for this Card. |
| Methods inherited from class org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourcePaymentRequest |
|---|
getBillingRequest, getCurrency, getGrandTotal, getItemRequests, getMethodType, getTransactionType, getUseGrandTotal, setBillingRequest, setCurrency, setGrandTotal, setItemRequests, setTransactionType, setUseGrandTotal |
| Methods inherited from class org.broadleafcommerce.vendor.cybersource.service.message.CyberSourceRequest |
|---|
getServiceType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String requestID
protected String requestToken
| Constructor Detail |
|---|
public CyberSourceCardRequest()
| Method Detail |
|---|
public String getRequestID()
public void setRequestID(String requestID)
public String getRequestToken()
public void setRequestToken(String requestToken)
public String getFullName()
public void setFullName(String fullName)
fullName - public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber - public Integer getExpirationMonth()
public void setExpirationMonth(Integer expirationMonth)
expirationMonth - public Integer getExpirationYear()
public void setExpirationYear(Integer expirationYear)
expirationYear - public String getCvIndicator()
public void setCvIndicator(String cvIndicator)
cvIndicator - public String getCvNumber()
public void setCvNumber(String cvNumber)
cvNumber - public String getCardType()
public void setCardType(String cardType)
cardType - public String getIssueNumber()
public void setIssueNumber(String issueNumber)
issueNumber - public Integer getStartMonth()
public void setStartMonth(Integer startMonth)
startMonth - public Integer getStartYear()
public void setStartYear(Integer startYear)
startYear - public String getPin()
public void setPin(String pin)
pin - public String getBin()
public void setBin(String bin)
bin -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||