org.broadleafcommerce.core.payment.domain
Interface CreditCardPaymentInfo
- All Superinterfaces:
- Referenced, java.io.Serializable
- All Known Implementing Classes:
- CreditCardPaymentInfoImpl
public interface CreditCardPaymentInfo
- extends Referenced
getId
java.lang.Long getId()
- Specified by:
getId in interface Referenced
- Returns:
- the id
setId
void setId(java.lang.Long id)
- Specified by:
setId in interface Referenced
- Parameters:
id - the id to set
getPan
java.lang.String getPan()
- Returns:
- the pan
setPan
void setPan(java.lang.String pan)
- Parameters:
pan - the pan to set
getExpirationMonth
java.lang.Integer getExpirationMonth()
- Returns:
- the expirationMonth
setExpirationMonth
void setExpirationMonth(java.lang.Integer expirationMonth)
- Parameters:
expirationMonth - the expirationMonth to set
getExpirationYear
java.lang.Integer getExpirationYear()
- Returns:
- the expirationYear
setExpirationYear
void setExpirationYear(java.lang.Integer expirationYear)
- Parameters:
expirationYear - the expirationYear to set
getCvvCode
java.lang.String getCvvCode()
setCvvCode
void setCvvCode(java.lang.String cvvCode)
Copyright © 2012. All Rights Reserved.