CreditCardIssuer Property |
An object containing information about the credit card issuer.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Issuer Issuer { get; }
Public ReadOnly Property Issuer As Issuer
Get
public:
property Issuer^ Issuer {
Issuer^ get ();
}
member Issuer : Issuer with get
Property Value
Type:
Issuer
See Also