Interface CreditCard


public interface CreditCard
The credit card information persisted in the credit card store.
Since:
7.23
  • Method Details

    • cardholder

      default String cardholder()
      The name of the cardholder entered by the user.
    • number

      default String number()
      The card number.
    • expirationMonth

      default Month expirationMonth()
      The expiration month of the credit card.
    • expirationYear

      default int expirationYear()
      The expiration year of the credit card.
    • network

      default CreditCardNetwork network()
      The network issuer of the card.