Click or drag to resize
CreditCard Class
The credit card information for the transaction being sent to the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestCreditCard

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public sealed class CreditCard

The CreditCard type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAvsResult
The address verification system (AVS) check result, as returned to you by the credit card processor. The minFraud service supports the standard AVS codes.
Public propertyBankName
The name of the issuing bank as provided by the end user.
Public propertyBankPhoneCountryCode
The phone country code for the issuing bank as provided by the end user.
Public propertyBankPhoneNumber
The phone number, without the country code, for the issuing bank as provided by the end user.
Public propertyCvvResult
The card verification value (CVV) code as provided by the payment processor.
Public propertyIssuerIdNumber
The issuer ID number for the credit card. This is the first 6 digits of the credit card number. It identifies the issuing bank.
Public propertyLast4Digits
The last four digits of the credit card number.
Public propertyToken
A token uniquely identifying the card. This should not be the actual credit card number.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also