atg.projects.store.payment.creditcard
Interface StoreCreditCardInfo

All Superinterfaces:
atg.payment.creditcard.BasicCreditCardInfo, atg.payment.creditcard.CreditCardInfo, java.io.Serializable
All Known Implementing Classes:
BasicStoreCreditCardInfo

public interface StoreCreditCardInfo
extends atg.payment.creditcard.CreditCardInfo

CreditCardInfo that adds the card verification number.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string.
 
Method Summary
 java.lang.String getCardVerificationNumber()
           
 void setCardVerificationNumber(java.lang.String pCardVerificationNumber)
           
 
Methods inherited from interface atg.payment.creditcard.CreditCardInfo
getOrder
 
Methods inherited from interface atg.payment.creditcard.BasicCreditCardInfo
getAmount, getBillingAddress, getCreditCardNumber, getCreditCardType, getCurrencyCode, getExpirationDayOfMonth, getExpirationMonth, getExpirationYear, getPaymentId
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string.

See Also:
Constant Field Values
Method Detail

getCardVerificationNumber

java.lang.String getCardVerificationNumber()
Returns:
the card's verification number.

setCardVerificationNumber

void setCardVerificationNumber(java.lang.String pCardVerificationNumber)
Parameters:
pCardVerificationNumber - - card verification number.