CreditCardBankName Property |
The name of the issuing bank as provided by the end user.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string BankName { get; }
Public ReadOnly Property BankName As String
Get
public:
property String^ BankName {
String^ get ();
}
member BankName : string with get
Property Value
Type:
String
See Also