|
||||||||||
| 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 java.lang.String |
requestID
|
protected java.lang.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 | |
|---|---|
java.lang.String |
getAccountNumber()
Gets the accountNumber value for this Card. |
java.lang.String |
getBin()
Gets the bin value for this Card. |
java.lang.String |
getCardType()
Gets the cardType value for this Card. |
java.lang.String |
getCvIndicator()
Gets the cvIndicator value for this Card. |
java.lang.String |
getCvNumber()
Gets the cvNumber value for this Card. |
java.lang.Integer |
getExpirationMonth()
Gets the expirationMonth value for this Card. |
java.lang.Integer |
getExpirationYear()
Gets the expirationYear value for this Card. |
java.lang.String |
getFullName()
Gets the fullName value for this Card. |
java.lang.String |
getIssueNumber()
Gets the issueNumber value for this Card. |
java.lang.String |
getPin()
Gets the pin value for this Card. |
java.lang.String |
getRequestID()
|
java.lang.String |
getRequestToken()
|
java.lang.Integer |
getStartMonth()
Gets the startMonth value for this Card. |
java.lang.Integer |
getStartYear()
Gets the startYear value for this Card. |
void |
setAccountNumber(java.lang.String accountNumber)
Sets the accountNumber value for this Card. |
void |
setBin(java.lang.String bin)
Sets the bin value for this Card. |
void |
setCardType(java.lang.String cardType)
Sets the cardType value for this Card. |
void |
setCvIndicator(java.lang.String cvIndicator)
Sets the cvIndicator value for this Card. |
void |
setCvNumber(java.lang.String cvNumber)
Sets the cvNumber value for this Card. |
void |
setExpirationMonth(java.lang.Integer expirationMonth)
Sets the expirationMonth value for this Card. |
void |
setExpirationYear(java.lang.Integer expirationYear)
Sets the expirationYear value for this Card. |
void |
setFullName(java.lang.String fullName)
Sets the fullName value for this Card. |
void |
setIssueNumber(java.lang.String issueNumber)
Sets the issueNumber value for this Card. |
void |
setPin(java.lang.String pin)
Sets the pin value for this Card. |
void |
setRequestID(java.lang.String requestID)
|
void |
setRequestToken(java.lang.String requestToken)
|
void |
setStartMonth(java.lang.Integer startMonth)
Sets the startMonth value for this Card. |
void |
setStartYear(java.lang.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 java.lang.String requestID
protected java.lang.String requestToken
| Constructor Detail |
|---|
public CyberSourceCardRequest()
| Method Detail |
|---|
public java.lang.String getRequestID()
public void setRequestID(java.lang.String requestID)
public java.lang.String getRequestToken()
public void setRequestToken(java.lang.String requestToken)
public java.lang.String getFullName()
public void setFullName(java.lang.String fullName)
fullName - public java.lang.String getAccountNumber()
public void setAccountNumber(java.lang.String accountNumber)
accountNumber - public java.lang.Integer getExpirationMonth()
public void setExpirationMonth(java.lang.Integer expirationMonth)
expirationMonth - public java.lang.Integer getExpirationYear()
public void setExpirationYear(java.lang.Integer expirationYear)
expirationYear - public java.lang.String getCvIndicator()
public void setCvIndicator(java.lang.String cvIndicator)
cvIndicator - public java.lang.String getCvNumber()
public void setCvNumber(java.lang.String cvNumber)
cvNumber - public java.lang.String getCardType()
public void setCardType(java.lang.String cardType)
cardType - public java.lang.String getIssueNumber()
public void setIssueNumber(java.lang.String issueNumber)
issueNumber - public java.lang.Integer getStartMonth()
public void setStartMonth(java.lang.Integer startMonth)
startMonth - public java.lang.Integer getStartYear()
public void setStartYear(java.lang.Integer startYear)
startYear - public java.lang.String getPin()
public void setPin(java.lang.String pin)
pin - public java.lang.String getBin()
public void setBin(java.lang.String bin)
bin -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||