CreditCard Class |
Namespace: MaxMind.MinFraud.Request
The CreditCard type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreditCard |
Constructor.
|
Name | Description | |
---|---|---|
![]() | AvsResult |
The address verification system (AVS) check result, as
returned to you by the credit card processor. The minFraud
service supports the standard AVS codes.
|
![]() | BankName |
The name of the issuing bank as provided by the end user.
|
![]() | BankPhoneCountryCode |
The phone country code for the issuing bank as provided by
the end user.
|
![]() | BankPhoneNumber |
The phone number, without the country code, for the
issuing bank as provided by the end user.
|
![]() | CvvResult |
The card verification value (CVV) code as provided by the
payment processor.
|
![]() | IssuerIdNumber |
The issuer ID number for the credit card. This is the first 6
digits of the credit card number. It identifies the issuing bank.
|
![]() | Last4Digits |
The last four digits of the credit card number.
|
![]() | Token |
A token uniquely identifying the card. This should not be
the actual credit card number.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |