CreditCardIsIssuedInBillingAddressCountry 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.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<bool> IsIssuedInBillingAddressCountry { get; }
Public ReadOnly Property IsIssuedInBillingAddressCountry As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsIssuedInBillingAddressCountry {
Nullable<bool> get ();
}
member IsIssuedInBillingAddressCountry : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also