Class PaymentCard

java.lang.Object
org.salespointframework.payment.PaymentMethod
org.salespointframework.payment.PaymentCard
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreditCard, DebitCard

public abstract class PaymentCard
extends PaymentMethod
A PaymentCard is used to charge the cost of goods or services to an account, belonging to the party identified on the card. A PaymentCard which has a line of credit is a CreditCard. A DebitCard is a PaymentCard where the associated account is debited immediately. An example for a DebitCard is an EC-card or MaestroCard. Other forms of PaymentCards such as prepaid cards or charge cards are not implemented at the moment.
Author:
Hannes Weisbach, Oliver Gierke
See Also:
Serialized Form