CreditCard Class |
Namespace: MaxMind.MinFraud.Response
The CreditCard type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreditCard | Initializes a new instance of the CreditCard class |
Name | Description | |
---|---|---|
![]() | Brand |
The credit card brand.
|
![]() | Country |
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.
|
![]() | IsIssuedInBillingAddressCountry |
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.
|
![]() | IsPrepaid |
This property is true if the card is a prepaid card.
|
![]() | Issuer |
An object containing information about the credit card issuer.
|
![]() | Type |
The credit card type.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |