| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.payment.creditcard.BasicCreditCardInfoImpl
atg.payment.creditcard.GenericCreditCardInfo
public class GenericCreditCardInfo
This class is an implementation of CreditCardInfo. It represents all the information which designates a credit card payment.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| GenericCreditCardInfo() | |
| Method Summary | |
|---|---|
|  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). | 
| Methods inherited from class atg.payment.creditcard.BasicCreditCardInfoImpl | 
|---|
| getAmount, getBillingAddress, getCreditCardNumber, getCreditCardType, getCurrencyCode, getExpirationDayOfMonth, getExpirationMonth, getExpirationYear, getPaymentId, setAmount, setBillingAddress, setCreditCardNumber, setCreditCardType, setCurrencyCode, setExpirationDayOfMonth, setExpirationMonth, setExpirationYear, setPaymentId | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface atg.payment.creditcard.BasicCreditCardInfo | 
|---|
| getAmount, getBillingAddress, getCreditCardNumber, getCreditCardType, getCurrencyCode, getExpirationDayOfMonth, getExpirationMonth, getExpirationYear, getPaymentId | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public GenericCreditCardInfo()
| Method Detail | 
|---|
public 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).| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||