CreditCardBankPhoneNumber Property |
The phone number, without the country code, for 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 BankPhoneNumber { get; }
Public ReadOnly Property BankPhoneNumber As String
Get
public:
property String^ BankPhoneNumber {
String^ get ();
}
member BankPhoneNumber : string with get
Property Value
Type:
String
See Also