RiskIndicator

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  RiskIndicator
Encapsulates information on risk indicator found during background verification of a merchant or an owner of business.
Available Fields:
code
Type: String(40)
XML Representation: attribute
Attributes:
Default Value
The code of the risk indicator.
description
Type: String(512)
XML Representation: attribute
Attributes:
Default Value
Risk indicator description.

XML Sample:

<risk-indicator code="Risk Indicator Info"  description="Text Description of Code" />

"<risk-indicator code=\"Risk Indicator Info\" description=\"Text Description of Code\" />"

JSON Sample:

{
  "code": "Risk Indicator Info",
  "description": "Text Description of Code"
}

XURL Sample:

?code=Risk+Indicator+Info&description=Text+Description+of+Code&
code=Risk Indicator Info
description=Text Description of Code