Information about the credit card based on the issuer ID number.
See Also: Inherited members from object.
|
CreditCard
()
|
Documentation for this section has not yet been entered. |
[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. |
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
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
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
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
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
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
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
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