rv2APIValidationResult_v1
| Field | Type | Description |
|---|---|---|
| fieldName | String | The name of the field for which the validation result applies. |
| advice | String | The overall validation advice (e.g., GREEN, AMBER, or RED) retrieved using the input’s getAdvice() method. |
| code | String | The validation result code extracted from the Status_v1 object of the input. |
| message | String | A descriptive message corresponding to the validation result, derived from the Status_v1 object. |
| credit | Boolean | Indicates whether the operation consumed credits, as parsed from the Status_v1 object of the input. |
Updated 8 months ago