The CardAccount type exposes the following members.

Constructors

  NameDescription
Public methodCardAccount
Default constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResetCardChipCode
Resets the node.
Public methodResetCardTypeCode
Resets the node.
Public methodResetChipApplicationID
Resets the node.
Public methodResetCV2ID
Resets the node.
Public methodResetExpiryDate
Resets the node.
Public methodResetHolderName
Resets the node.
Public methodResetIssueNumberID
Resets the node.
Public methodResetIssuerID
Resets the node.
Public methodResetNetworkID
Resets the node.
Public methodResetPrimaryAccountNumberID
Resets the node.
Public methodResetValidityStartDate
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCardChipCode
Card Chip Code (BBIE). The distinction between CHIP and MAG STRIPE cards.
Public propertyCardChipCodeSet
Checks if the property has been set or not.
Public propertyCardTypeCode
Card Type Code (BBIE). The type of card.
Public propertyCardTypeCodeSet
Checks if the property has been set or not.
Public propertyChipApplicationID
Application (BBIE). An identifier for the application (AID) on a chip card that provides the information quoted.
Public propertyChipApplicationIDSet
Checks if the property has been set or not.
Public propertyCV2ID
CV2 (BBIE). The Card Verification Value.
Public propertyCV2IDSet
Checks if the property has been set or not.
Public propertyExpiryDate
Expiry Date (BBIE). The date up to which the card is valid.
Public propertyExpiryDateSet
Checks if the property has been set or not.
Public propertyHolderName
Holder (BBIE). The name of the cardholder.
Public propertyHolderNameSet
Checks if the property has been set or not.
Public propertyIssueNumberID
Issue Number (BBIE). The card issue number.
Public propertyIssueNumberIDSet
Checks if the property has been set or not.
Public propertyIssuerID
Issuer (BBIE). The identifier for the card issuer.
Public propertyIssuerIDSet
Checks if the property has been set or not.
Public propertyNetworkID
Network (BBIE). The card network provider.
Public propertyNetworkIDSet
Checks if the property has been set or not.
Public propertyPrimaryAccountNumberID
Account Number (BBIE). The card number; the Primary Account Number (PAN).
Public propertyPrimaryAccountNumberIDSet
Checks if the property has been set or not.
Public propertyValidityStartDate
Validity Start Date (BBIE). The date from which the card is valid.
Public propertyValidityStartDateSet
Checks if the property has been set or not.

See Also