vendorHash property

  1. @JsonKey(name: 'vendorHash')
int? vendorHash
getter/setter pair

The hash of the vendor whose wares should be shown as associated with the Milestone.

Implementation

@JsonKey(name:'vendorHash')
int? vendorHash;