hasTransferDestination property

  1. @JsonKey(name: 'hasTransferDestination')
bool? hasTransferDestination
getter/setter pair

If TRUE, there is at least one Vendor that can transfer items to/from this bucket. See the DestinyVendorDefinition's acceptedItems property for more information on how transferring works.

Implementation

@JsonKey(name:'hasTransferDestination')
bool? hasTransferDestination;