WarningInputPointer 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.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string InputPointer { get; }
Public ReadOnly Property InputPointer As String
Get
public:
property String^ InputPointer {
String^ get ();
}
member InputPointer : string with get
Property Value
Type:
String
See Also