visibilityScope property

  1. @JsonKey(name: 'visibilityScope', fromJson: decodeDestinyGatingScope, toJson: encodeDestinyGatingScope)
DestinyGatingScope? visibilityScope
getter/setter pair

The most restrictive scope that determines whether the item is available in the Vendor's inventory. See DestinyGatingScope's documentation for more information. This can be determined by Unlock gating, or by whether or not the item has purchase level requirements (minimumLevel and maximumLevel properties).

Implementation

@JsonKey(name:'visibilityScope',fromJson:decodeDestinyGatingScope,toJson:encodeDestinyGatingScope)
DestinyGatingScope? visibilityScope;