Model for the credit card issuer data from minFraud.
See Also: Inherited members from object.
|
Issuer
()
|
Documentation for this section has not yet been entered. |
[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. |
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
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
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
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
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
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