MaxMind.MinFraud : MaxMind.MinFraud.Request Namespace

CreditCard Class

The credit card information for the transaction being sent to the web service.

Syntax

public sealed class CreditCard

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from object.

Public Constructors

Public Properties

[read-only]
AvsResult Nullable<char> . The address verification system (AVS) check result, as returned to you by the credit card processor. The minFraud service supports the standard AVS codes.
[read-only]
BankName string . The name of the issuing bank as provided by the end user.
[read-only]
BankPhoneCountryCode string . The phone country code for the issuing bank as provided by the end user.
[read-only]
BankPhoneNumber string . The phone number, without the country code, for the issuing bank as provided by the end user.
[read-only]
CvvResult Nullable<char> . The card verification value (CVV) code as provided by the payment processor.
[read-only]
IssuerIdNumber string . The issuer ID number for the credit card. This is the first 6 digits of the credit card number. It identifies the issuing bank.
[read-only]
Last4Digits string . The last four digits of the credit card number.

Public Methods

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

Member Details

CreditCard Constructor

Constructor.

Syntax

public CreditCard (string issuerIdNumber, string last4Digits, string bankName, string bankPhoneCountryCode, string bankPhoneNumber, Nullable<char> avsResult, Nullable<char> cvvResult)

Parameters

issuerIdNumber
The issuer ID number for the credit card. This is the first 6 digits of the credit card number. It identifies the issuing bank.
last4Digits
The last four digits of the credit card number.
bankName
The name of the issuing bank as provided by the end user
bankPhoneCountryCode
The phone country code for the issuing bank as provided by the end user.
bankPhoneNumber
The phone number, without the country code, for the issuing bank as provided by the end user.
avsResult
The address verification system (AVS) check result, as returned to you by the credit card processor. The minFraud service supports the standard AVS codes.
cvvResult
The card verification value (CVV) code as provided by the payment processor.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

AvsResult Property

The address verification system (AVS) check result, as returned to you by the credit card processor. The minFraud service supports the standard AVS codes.

Syntax

[Newtonsoft.Json.JsonProperty("avs_result")]
public Nullable<char> AvsResult { 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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

BankName Property

The name of the issuing bank as provided by the end user.

Syntax

[Newtonsoft.Json.JsonProperty("bank_name")]
public string BankName { 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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

BankPhoneCountryCode Property

The phone country code for the issuing bank as provided by the end user.

Syntax

[Newtonsoft.Json.JsonProperty("bank_phone_country_code")]
public string BankPhoneCountryCode { 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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

BankPhoneNumber Property

The phone number, without the country code, for the issuing bank as provided by the end user.

Syntax

[Newtonsoft.Json.JsonProperty("bank_phone_number")]
public string BankPhoneNumber { 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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

CvvResult Property

The card verification value (CVV) code as provided by the payment processor.

Syntax

[Newtonsoft.Json.JsonProperty("cvv_result")]
public Nullable<char> CvvResult { 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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

IssuerIdNumber Property

The issuer ID number for the credit card. This is the first 6 digits of the credit card number. It identifies the issuing bank.

Syntax

[Newtonsoft.Json.JsonProperty("issuer_id_number")]
public string IssuerIdNumber { 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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Last4Digits Property

The last four digits of the credit card number.

Syntax

[Newtonsoft.Json.JsonProperty("last_4_digits")]
public string Last4Digits { 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.Request
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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0