Click or drag to resize

CreditCard Class

The credit card information persisted in ICreditCardStore the credit card store.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.CardCreditCard

Namespace:  DotNetBrowser.Card
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class CreditCard

The CreditCard type exposes the following members.

Properties
  NameDescription
Public propertyCardholder
Gets the name of the cardholder entered by the user.
Public propertyExpirationMonth
Gets the expiration month of the credit card.
Public propertyExpirationYear
Gets the expiration year of the credit card.
Public propertyNetwork
Gets the payment network type of the card.
Public propertyNumber
Gets the card number.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also