Click or drag to resize
CreditCard Class
Information about the credit card based on the issuer ID number.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.ResponseCreditCard

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

The CreditCard type exposes the following members.

Constructors
  NameDescription
Public methodCreditCard
Initializes a new instance of the CreditCard class
Top
Properties
  NameDescription
Public propertyBrand
The credit card brand.
Public propertyCountry
The two letter ISO 3166-1 alpha-2 country code associated with the location of the majority of customers using this credit card as determined by their billing address. In cases where the location of customers is highly mixed, this defaults to the country of the bank issuing the card.
Public propertyIsIssuedInBillingAddressCountry
This field is true if the country of the billing address matches the country of the majority of customers using that IIN. In cases where the location of customers is highly mixed, the match is to the country of the bank issuing the card.
Public propertyIsPrepaid
This property is true if the card is a prepaid card.
Public propertyIssuer
An object containing information about the credit card issuer.
Public propertyType
The credit card type.
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