exclusivity property
- @JsonKey(name: 'exclusivity', fromJson: decodeBungieMembershipType, toJson: encodeBungieMembershipType)
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;