MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

Warning Class

A warning returned by the web service.

Syntax

public sealed class Warning

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Code string . This value is a machine-readable code identifying the warning. See the web service documentation for the current list of of warning codes.
[read-only]
InputPointer string . 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.
[read-only]
Message string . This property provides a human-readable explanation of the warning. The description may change at any time and should not be matched against.

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

Warning Constructor

Documentation for this section has not yet been entered.

Syntax

public Warning ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Code Property

This value is a machine-readable code identifying the warning. See the web service documentation for the current list of of warning codes.

Syntax

[Newtonsoft.Json.JsonProperty("code")]
public string Code { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

InputPointer Property

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.

Syntax

[Newtonsoft.Json.JsonProperty("input_pointer")]
public string InputPointer { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Message Property

This property provides a human-readable explanation of the warning. The description may change at any time and should not be matched against.

Syntax

[Newtonsoft.Json.JsonProperty("warning")]
public string Message { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ToString Method

Returns a string that represents the current object.

Syntax

public override string ToString ()

Returns

A string that represents the current object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0