itemComponents property

  1. @JsonKey(name: 'itemComponents')
DestinyItemComponentSetOfint32? itemComponents
getter/setter pair

Item components, keyed by the vendorItemIndex of the active sale items. COMPONENT TYPE: See inside the DestinyItemComponentSet contract for component types.

Implementation

@JsonKey(name:'itemComponents')
DestinyItemComponentSetOfint32? itemComponents;