bucketHash property

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

The hash identifier for the specific inventory bucket in which the item is located.

Implementation

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