MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

Issuer Class

Model for the credit card issuer data from minFraud.

Syntax

public sealed class Issuer

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

Issuer ()
Documentation for this section has not yet been entered.

Public Properties

[read-only]
MatchesProvidedName Nullable<bool> . This property is true if the name matches the name provided in the request for the card issuer. It is false if the name does not match. The property is null if either no name or no issuer ID number (IIN) was provided in the request or if MaxMind does not have a name associated with the IIN.
[read-only]
MatchesProvidedPhoneNumber Nullable<bool> . This property is true if the phone number matches the number provided in the request for the card issuer. It is false if the number does not match. It is null if either no phone number or no issuer ID number(IIN) was provided in the request or if MaxMind does not have a phone number associated with the IIN.
[read-only]
Name string . The name of the bank which issued the credit card.
[read-only]
PhoneNumber string . The phone number of the bank which issued the credit card. In some cases the phone number we return may be out of date.

Public Methods

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

Member Details

Issuer Constructor

Documentation for this section has not yet been entered.

Syntax

public Issuer ()

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

MatchesProvidedName Property

This property is true if the name matches the name provided in the request for the card issuer. It is false if the name does not match. The property is null if either no name or no issuer ID number (IIN) was provided in the request or if MaxMind does not have a name associated with the IIN.

Syntax

[Newtonsoft.Json.JsonProperty("matches_provided_name")]
public Nullable<bool> MatchesProvidedName { 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

MatchesProvidedPhoneNumber Property

This property is true if the phone number matches the number provided in the request for the card issuer. It is false if the number does not match. It is null if either no phone number or no issuer ID number(IIN) was provided in the request or if MaxMind does not have a phone number associated with the IIN.

Syntax

[Newtonsoft.Json.JsonProperty("matches_provided_phone_number")]
public Nullable<bool> MatchesProvidedPhoneNumber { 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

Name Property

The name of the bank which issued the credit card.

Syntax

[Newtonsoft.Json.JsonProperty("name")]
public string Name { 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

PhoneNumber Property

The phone number of the bank which issued the credit card. In some cases the phone number we return may be out of date.

Syntax

[Newtonsoft.Json.JsonProperty("phone_number")]
public string PhoneNumber { 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