atg.payment.creditcard
Interface CreditCardInfo

All Superinterfaces:
atg.payment.creditcard.BasicCreditCardInfo, java.io.Serializable
All Known Implementing Classes:
CreditCard, GenericCreditCardInfo

public interface CreditCardInfo
extends atg.payment.creditcard.BasicCreditCardInfo

This class is an interface of CreditCard payment information. It represents all the information which designates a credit card payment.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 Order getOrder()
          Returns the Order
 
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

getOrder

Order getOrder()
Returns the Order