purchasableScope property
- @JsonKey(name: 'purchasableScope', fromJson: decodeDestinyGatingScope, toJson: encodeDestinyGatingScope)
getter/setter pair
Similar to visibilityScope, it represents the most restrictive scope that determines whether the item can be purchased. It will at least be as restrictive as visibilityScope, but could be more restrictive if the item has additional purchase requirements beyond whether it is merely visible or not. See DestinyGatingScope's documentation for more information.
Implementation
@JsonKey(name:'purchasableScope',fromJson:decodeDestinyGatingScope,toJson:encodeDestinyGatingScope)
DestinyGatingScope? purchasableScope;