Click or drag to resize

Warning Properties

The Warning type exposes the following members.

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
See Also