exclusivity property

  1. @JsonKey(name: 'exclusivity', fromJson: decodeBungieMembershipType, toJson: encodeBungieMembershipType)
BungieMembershipType? exclusivity
getter/setter pair

If this item can only be purchased by a given platform, this indicates the platform to which it is restricted.

Implementation

@JsonKey(name:'exclusivity',fromJson:decodeBungieMembershipType,toJson:encodeBungieMembershipType)
BungieMembershipType? exclusivity;