reasonHashes property

  1. @JsonKey(name: 'reasonHashes')
List<int>? reasonHashes
getter/setter pair

If applicable, provide a more specific reason(s) within the general category of problems provided by the reasonHash. This is also an identifier for a reason. All reasonHashes provided must be children of at least one the reasonCategoryHashes provided.

Implementation

@JsonKey(name:'reasonHashes')
List<int>? reasonHashes;