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