Package com.teamdev.jxbrowser.card
Interface CreditCard
public interface CreditCard
The credit card information persisted in the credit card store.
- Since:
- 7.23
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
The name of the cardholder entered by the user.default Month
The expiration month of the credit card.default int
The expiration year of the credit card.default CreditCardNetwork
network()
The network issuer of the card.default String
number()
The card number.
-
Method Details
-
cardholder
The name of the cardholder entered by the user. -
number
The card number. -
expirationMonth
The expiration month of the credit card. -
expirationYear
default int expirationYear()The expiration year of the credit card. -
network
The network issuer of the card.
-