The CardAccount type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CardAccount |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ResetCardChipCode |
Resets the node.
| |
| ResetCardTypeCode |
Resets the node.
| |
| ResetChipApplicationID |
Resets the node.
| |
| ResetCV2ID |
Resets the node.
| |
| ResetExpiryDate |
Resets the node.
| |
| ResetHolderName |
Resets the node.
| |
| ResetIssueNumberID |
Resets the node.
| |
| ResetIssuerID |
Resets the node.
| |
| ResetNetworkID |
Resets the node.
| |
| ResetPrimaryAccountNumberID |
Resets the node.
| |
| ResetValidityStartDate |
Resets the node.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CardChipCode |
Card Chip Code (BBIE). The distinction between CHIP and MAG STRIPE cards.
| |
| CardChipCodeSet |
Checks if the property has been set or not.
| |
| CardTypeCode |
Card Type Code (BBIE). The type of card.
| |
| CardTypeCodeSet |
Checks if the property has been set or not.
| |
| ChipApplicationID |
Application (BBIE). An identifier for the application (AID) on a chip card that provides the information quoted.
| |
| ChipApplicationIDSet |
Checks if the property has been set or not.
| |
| CV2ID |
CV2 (BBIE). The Card Verification Value.
| |
| CV2IDSet |
Checks if the property has been set or not.
| |
| ExpiryDate |
Expiry Date (BBIE). The date up to which the card is valid.
| |
| ExpiryDateSet |
Checks if the property has been set or not.
| |
| HolderName |
Holder (BBIE). The name of the cardholder.
| |
| HolderNameSet |
Checks if the property has been set or not.
| |
| IssueNumberID |
Issue Number (BBIE). The card issue number.
| |
| IssueNumberIDSet |
Checks if the property has been set or not.
| |
| IssuerID |
Issuer (BBIE). The identifier for the card issuer.
| |
| IssuerIDSet |
Checks if the property has been set or not.
| |
| NetworkID |
Network (BBIE). The card network provider.
| |
| NetworkIDSet |
Checks if the property has been set or not.
| |
| PrimaryAccountNumberID |
Account Number (BBIE). The card number; the Primary Account Number (PAN).
| |
| PrimaryAccountNumberIDSet |
Checks if the property has been set or not.
| |
| ValidityStartDate |
Validity Start Date (BBIE). The date from which the card is valid.
| |
| ValidityStartDateSet |
Checks if the property has been set or not.
|