CreditCard Class |
Namespace: DotNetBrowser.Card
public sealed class CreditCard
The CreditCard type exposes the following members.
Name | Description | |
---|---|---|
Cardholder |
Gets the name of the cardholder entered by the user.
| |
ExpirationMonth |
Gets the expiration month of the credit card.
| |
ExpirationYear |
Gets the expiration year of the credit card.
| |
Network |
Gets the payment network type of the card.
| |
Number |
Gets the card number.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |