bnetMembership property

  1. @JsonKey(name: 'bnetMembership')
UserInfoCard? bnetMembership
getter/setter pair

If the requested membership had a linked Bungie.Net membership ID, this is the basic information about that BNet account. I know, Tetron; I know this is mixing UserServices concerns with DestinyServices concerns. But it's so damn convenient! https://www.youtube.com/watch?v=X5R-bB-gKVI

Implementation

@JsonKey(name:'bnetMembership')
UserInfoCard? bnetMembership;