MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

CreditCard Class

Information about the credit card based on the issuer ID number.

Syntax

public sealed class CreditCard

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Brand string . The credit card brand.
[read-only]
Country string . 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.
[read-only]
IsIssuedInBillingAddressCountry Nullable<bool> . 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.
[read-only]
IsPrepaid Nullable<bool> . This property is true if the card is a prepaid card.
[read-only]
Issuer Issuer . An object containing information about the credit card issuer.
[read-only]
Type string . The credit card type.

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

CreditCard Constructor

Documentation for this section has not yet been entered.

Syntax

public CreditCard ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Brand Property

The credit card brand.

Syntax

[Newtonsoft.Json.JsonProperty("brand")]
public string Brand { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Country Property

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.

Syntax

[Newtonsoft.Json.JsonProperty("country")]
public string Country { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

IsIssuedInBillingAddressCountry Property

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.

Syntax

[Newtonsoft.Json.JsonProperty("is_issued_in_billing_address_country")]
public Nullable<bool> IsIssuedInBillingAddressCountry { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

IsPrepaid Property

This property is true if the card is a prepaid card.

Syntax

[Newtonsoft.Json.JsonProperty("is_prepaid")]
public Nullable<bool> IsPrepaid { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Issuer Property

An object containing information about the credit card issuer.

Syntax

[Newtonsoft.Json.JsonProperty("issuer")]
public Issuer Issuer { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ToString Method

Returns a string that represents the current object.

Syntax

public override string ToString ()

Returns

A string that represents the current object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Type Property

The credit card type.

Syntax

[Newtonsoft.Json.JsonProperty("type")]
public string Type { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0