org.broadleafcommerce.vendor.cybersource.service.payment.message
Class CyberSourceCardRequest

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.message.CyberSourceRequest
      extended by org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourcePaymentRequest
          extended by org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourceCardRequest
All Implemented Interfaces:
java.io.Serializable

public class CyberSourceCardRequest
extends CyberSourcePaymentRequest

See Also:
Serialized Form

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

requestID

protected java.lang.String requestID

requestToken

protected java.lang.String requestToken
Constructor Detail

CyberSourceCardRequest

public CyberSourceCardRequest()
Method Detail

getRequestID

public java.lang.String getRequestID()

setRequestID

public void setRequestID(java.lang.String requestID)

getRequestToken

public java.lang.String getRequestToken()

setRequestToken

public void setRequestToken(java.lang.String requestToken)

getFullName

public java.lang.String getFullName()
Gets the fullName value for this Card.

Returns:
fullName

setFullName

public void setFullName(java.lang.String fullName)
Sets the fullName value for this Card.

Parameters:
fullName -

getAccountNumber

public java.lang.String getAccountNumber()
Gets the accountNumber value for this Card.

Returns:
accountNumber

setAccountNumber

public void setAccountNumber(java.lang.String accountNumber)
Sets the accountNumber value for this Card.

Parameters:
accountNumber -

getExpirationMonth

public java.lang.Integer getExpirationMonth()
Gets the expirationMonth value for this Card.

Returns:
expirationMonth

setExpirationMonth

public void setExpirationMonth(java.lang.Integer expirationMonth)
Sets the expirationMonth value for this Card.

Parameters:
expirationMonth -

getExpirationYear

public java.lang.Integer getExpirationYear()
Gets the expirationYear value for this Card.

Returns:
expirationYear

setExpirationYear

public void setExpirationYear(java.lang.Integer expirationYear)
Sets the expirationYear value for this Card.

Parameters:
expirationYear -

getCvIndicator

public java.lang.String getCvIndicator()
Gets the cvIndicator value for this Card.

Returns:
cvIndicator

setCvIndicator

public void setCvIndicator(java.lang.String cvIndicator)
Sets the cvIndicator value for this Card.

Parameters:
cvIndicator -

getCvNumber

public java.lang.String getCvNumber()
Gets the cvNumber value for this Card.

Returns:
cvNumber

setCvNumber

public void setCvNumber(java.lang.String cvNumber)
Sets the cvNumber value for this Card.

Parameters:
cvNumber -

getCardType

public java.lang.String getCardType()
Gets the cardType value for this Card.

Returns:
cardType

setCardType

public void setCardType(java.lang.String cardType)
Sets the cardType value for this Card.

Parameters:
cardType -

getIssueNumber

public java.lang.String getIssueNumber()
Gets the issueNumber value for this Card.

Returns:
issueNumber

setIssueNumber

public void setIssueNumber(java.lang.String issueNumber)
Sets the issueNumber value for this Card.

Parameters:
issueNumber -

getStartMonth

public java.lang.Integer getStartMonth()
Gets the startMonth value for this Card.

Returns:
startMonth

setStartMonth

public void setStartMonth(java.lang.Integer startMonth)
Sets the startMonth value for this Card.

Parameters:
startMonth -

getStartYear

public java.lang.Integer getStartYear()
Gets the startYear value for this Card.

Returns:
startYear

setStartYear

public void setStartYear(java.lang.Integer startYear)
Sets the startYear value for this Card.

Parameters:
startYear -

getPin

public java.lang.String getPin()
Gets the pin value for this Card.

Returns:
pin

setPin

public void setPin(java.lang.String pin)
Sets the pin value for this Card.

Parameters:
pin -

getBin

public java.lang.String getBin()
Gets the bin value for this Card.

Returns:
bin

setBin

public void setBin(java.lang.String bin)
Sets the bin value for this Card.

Parameters:
bin -


Copyright © 2010. All Rights Reserved.