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: 2.0.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 propertyIsVirtual
This property is true if the card is a virtual card.
Public propertyType
The credit card type.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also