acceptedInventoryBucketHash property

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

The "source" bucket for a transfer. When a user wants to transfer an item, the appropriate DestinyVendorDefinition's acceptedItems property is evaluated, looking for an entry where acceptedInventoryBucketHash matches the bucket that the item being transferred is currently located. If it exists, the item will be transferred into whatever bucket is defined by destinationInventoryBucketHash.

Implementation

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