OnlinePhotoShop.CustomerRecord Class
Simple container class encapsulating the information for one customer.

Access: Public
Base Classes: Object
  Members Description  
    Email Customers Email address. The Email address is also used to identify the customer.

 
    Name Customer’s full name.

 
    Address1 First line of address.

 
    Address2 Second line of address (optional).

 
    City US City.

 
    State US state (abbreviation).

 
    Zip 5 digit US zip code.

 
    CCType Credit card type (Visa, Master etc.).

 
    CCNumber Credit card number (16 digits).

 
    CCExpMonth Credit card’s expiration month.

 
    CCExpYear Credit card’s expiration year.