Package edu.pdx.cs410J.di
Class CreditCard
java.lang.Object
edu.pdx.cs410J.di.CreditCard
A class that represents a credit card
-
Constructor Summary
ConstructorDescriptionFor marshallingCreditCard
(String number) Creates a credit card with the given card number -
Method Summary
-
Constructor Details
-
CreditCard
public CreditCard()For marshalling -
CreditCard
Creates a credit card with the given card number- Parameters:
number
- The card number
-
-
Method Details