Destiny.Definitions.DestinyProgressionRewardItemQuantity

Type: object
Object Properties
rewardedAtProgressionLevel
Type: int32
acquisitionBehavior
Type: int32
uiDisplayStyle
Type: string
claimUnlockDisplayStrings
Type: array
Array Contents: string
itemHash
Mapped to Definition
The hash identifier for the item in question. Use it to look up the item's DestinyInventoryItemDefinition.
Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.DestinyInventoryItemDefinition
itemInstanceId
Nullable
If this quantity is referring to a specific instance of an item, this will have the item's instance ID. Normally, this will be null.
Type: int64
quantity
The amount of the item needed/available depending on the context of where DestinyItemQuantity is being used.
Type: int32
hasConditionalVisibility
Indicates that this item quantity may be conditionally shown or hidden, based on various sources of state. For example: server flags, account state, or character progress.
Type: boolean