Changed NCR query to pull loss comments instead of assign cause description
This commit is contained in:
@ -13,6 +13,6 @@ public class NCR
|
||||
public string RDS_NO { get; set; }
|
||||
[JsonPropertyName("TOT_REJ")]
|
||||
public int TOT_REJ { get; set; }
|
||||
[JsonPropertyName("AC_DESC")]
|
||||
public string AC_DESC { get; set; }
|
||||
[JsonPropertyName("LOSS_COMMENTS")]
|
||||
public string LOSS_COMMENTS { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user