public class GenericCreditCardInfo extends BasicCreditCardInfoImpl implements atg.payment.creditcard.CreditCardInfoWithSecurityCode
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| GenericCreditCardInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Order | getOrder()Returns property order | 
| java.lang.String | getSecurityCode()Returns the security code associated with the credit card (CVV number). | 
| void | setOrder(Order pOrder)Sets property order | 
| void | setSecurityCode(java.lang.String pSecurityCode)Sets the security code associated with the credit card (CVV number). | 
getAmount, getBillingAddress, getCreditCardNumber, getCreditCardType, getCurrencyCode, getExpirationDayOfMonth, getExpirationMonth, getExpirationYear, getPaymentId, setAmount, setBillingAddress, setCreditCardNumber, setCreditCardType, setCurrencyCode, setExpirationDayOfMonth, setExpirationMonth, setExpirationYear, setPaymentIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAmount, getBillingAddress, getCreditCardNumber, getCreditCardType, getCurrencyCode, getExpirationDayOfMonth, getExpirationMonth, getExpirationYear, getPaymentIdpublic Order getOrder()
getOrder in interface CreditCardInfopublic void setOrder(Order pOrder)
pOrder - the value to set for property orderpublic java.lang.String getSecurityCode()
getSecurityCode in interface atg.payment.creditcard.CreditCardInfoWithSecurityCodepublic void setSecurityCode(java.lang.String pSecurityCode)
pSecurityCode - the security code associated with the credit card (CVV number).