membershipId property

  1. @JsonKey(name: 'membershipId')
String? membershipId
getter/setter pair

Every Destiny Profile has a membershipId. This is provided on the character as well for convenience.

Implementation

@JsonKey(name:'membershipId')
String? membershipId;