Click or drag to resize

Warning Class

A warning returned by the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.ResponseWarning

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public sealed class Warning

The Warning type exposes the following members.

Constructors
  NameDescription
Public methodWarning
Initializes a new instance of the Warning class
Top
Properties
  NameDescription
Public propertyCode
This value is a machine-readable code identifying the warning. See the web service documentation for the current list of of warning codes.
Public propertyInputPointer
A JSON Pointer to the input field that the warning is associated with. For instance, if the warning was about the billing city, this would be /billing/city. If it was for the price in the second shopping cart item, it would be /shopping_cart/1/price.
Public propertyMessage
This property provides a human-readable explanation of the warning. The description may change at any time and should not be matched against.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also