hasTransferDestination property
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;