rv2APIValidationResult_v1

FieldTypeDescription
fieldNameStringThe name of the field for which the validation result applies.
adviceStringThe overall validation advice (e.g., GREEN, AMBER, or RED) retrieved using the input’s getAdvice() method.
codeStringThe validation result code extracted from the Status_v1 object of the input.
messageStringA descriptive message corresponding to the validation result, derived from the Status_v1 object.
creditBooleanIndicates whether the operation consumed credits, as parsed from the Status_v1 object of the input.