A warning returned by the web service.
See Also: Inherited members from object.
|
Warning
()
|
Documentation for this section has not yet been entered. |
[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. |
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
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
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
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
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