Warning Class |
Namespace: MaxMind.MinFraud.Response
The Warning type exposes the following members.
| Name | Description | |
|---|---|---|
| Code |
This value is a machine-readable code identifying the
warning. See the
web service documentation for the current list of of warning
codes.
| |
| InputPointer |
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.
| |
| Message |
This property provides a human-readable explanation of the
warning. The description may change at any time and should not be
matched against.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |