getCreditCards method

List<CreditCard> getCreditCards ()

Implementation

List<CreditCard> getCreditCards() {
  return creditCards;
}