Class Response17
public class Response17
- Inheritance
-
Response17
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Result
Array of results corresponding to each contract read call. Results are returned in the same order as the input calls.
[JsonProperty("result", Required = Required.Always)]
[Required]
public ICollection<Result14> Result { get; set; }