unlockStatuses property

  1. @JsonKey(name: 'unlockStatuses')
List<DestinyUnlockStatus>? unlockStatuses
getter/setter pair

If any complex unlock states are checked in determining purchasability, these will be returned here along with the status of the unlock check. Prefer using failureIndexes instead. These are provided for informational purposes, but have largely been supplanted by failureIndexes.

Implementation

@JsonKey(name:'unlockStatuses')
List<DestinyUnlockStatus>? unlockStatuses;