preventInitializationOnVendorPurchase property

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

If this is true, then the socket will not be initialized with a plug if the item is purchased from a Vendor. Remember that Vendors are much more than conceptual vendors: they include "Collection Kiosks" and other entities. See DestinyVendorDefinition for more information.

Implementation

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