org.broadleafcommerce.core.payment.domain
Interface CreditCardPaymentInfo

All Superinterfaces:
Referenced, Serializable
All Known Implementing Classes:
CreditCardPaymentInfoImpl

public interface CreditCardPaymentInfo
extends Referenced


Method Summary
 String getCvvCode()
           
 Integer getExpirationMonth()
           
 Integer getExpirationYear()
           
 Long getId()
           
 String getNameOnCard()
           
 String getPan()
           
 void setCvvCode(String cvvCode)
           
 void setExpirationMonth(Integer expirationMonth)
           
 void setExpirationYear(Integer expirationYear)
           
 void setId(Long id)
           
 void setNameOnCard(String nameOnCard)
           
 void setPan(String pan)
           
 
Methods inherited from interface org.broadleafcommerce.core.payment.domain.Referenced
getEncryptionModule, getReferenceNumber, setEncryptionModule, setReferenceNumber
 

Method Detail

getId

Long getId()
Specified by:
getId in interface Referenced
Returns:
the id

setId

void setId(Long id)
Specified by:
setId in interface Referenced
Parameters:
id - the id to set

getPan

String getPan()
Returns:
the pan

setPan

void setPan(String pan)
Parameters:
pan - the pan to set

getExpirationMonth

Integer getExpirationMonth()
Returns:
the expirationMonth

setExpirationMonth

void setExpirationMonth(Integer expirationMonth)
Parameters:
expirationMonth - the expirationMonth to set

getExpirationYear

Integer getExpirationYear()
Returns:
the expirationYear

setExpirationYear

void setExpirationYear(Integer expirationYear)
Parameters:
expirationYear - the expirationYear to set

getNameOnCard

String getNameOnCard()
Returns:
the nameOnCard

setNameOnCard

void setNameOnCard(String nameOnCard)
Parameters:
nameOnCard - the name on the card to set

getCvvCode

String getCvvCode()

setCvvCode

void setCvvCode(String cvvCode)


Copyright © 2013. All Rights Reserved.