@Json("status") abstract val status: String
is one of "OK" (a positive outcome), "FAIL" (a negative outcome) and "PENDING" (no outcome is yet known).
status
- is one of "OK" (a positive outcome), "FAIL" (a negative outcome) and
"PENDING" (no outcome is yet known).