CreditCardCountry Property |
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.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string Country { get; }
Public ReadOnly Property Country As String
Get
public:
property String^ Country {
String^ get ();
}
member Country : string with get
Property Value
Type:
String
See Also